Color Hex Logo

#ddbeed Color Hex

#DDBEED
(221,190,237)
0 Favorites   0 Comments

Color spaces of #ddbeed

RGB 221190237
HSL0.780.570.84
HSV280°20°93°
CMYK 0.070.200.00   0.07
XYZ63.518358.313588.0286
Yxy58.31350.30270.2779
Hunter Lab76.363314.8390-14.8929
CIE-Lab80.912819.4155-19.2255

#ddbeed color RGB value is (221,190,237).

#ddbeed hex color red value is 221, green value is 190 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ddbeed hue: 0.78 , saturation: 0.57 and the lightness value of ddbeed is 0.84.

The process color (four color CMYK) of #ddbeed color hex is 0.07, 0.20, 0.00, 0.07. Web safe color of #ddbeed is #ccccff. Color #ddbeed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 11101101
Octal 335 276 355
Decimal 221 190 237
Hex DD BE ED

RGB Percentages of Color #ddbeed

%34.10
%29.32
%36.57

CMYK Percentages of Color #ddbeed

%7
%20
%0
%7

Triadic Colors of #ddbeed

#ddbeed #edddbe #beeddd

Analogous Colors of #ddbeed

#ddbeed #edbee6 #c6beed

Monochromatic Colors of #ddbeed

#ddbeed

Complementary Color

#ddbeed #ceedbe

#ddbeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbeed Color CSS Codes

.mybgcolor {background-color:#ddbeed; } 
.myforecolor {color:#ddbeed; }
.mybordercolor {border:3px solid #ddbeed; }

#ddbeed Text Font Color

<p style="color:#ddbeed">Text here</p>

This sample text font color is #ddbeed
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddbeed Background Color

<div style="background-color:#ddbeed">
Div content here</div>

This div background color is #ddbeed


#ddbeed Border Color

<div style="border:3px solid #ddbeed">
Div here</div>

This div border color is #ddbeed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,190,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddbeed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddbeed;
  -webkit-box-shadow: 1px 1px 3px 2px #ddbeed;
  box-shadow:         1px 1px 3px 2px #ddbeed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,190,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddbeed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddbeed;
  -webkit-box-shadow: 1px 1px 3px 2px #ddbeed;
  box-shadow:         1px 1px 3px 2px #ddbeed;">
Div content here</div>

This div box has shadow with color #ddbeed


Comments

No comments written yet.

Please login to write comment.