Color Hex Logo

#ddbee8 Color Hex

#DDBEE8
(221,190,232)
0 Favorites   0 Comments

Color spaces of #ddbee8

RGB 221190232
HSL0.790.480.83
HSV284°18°91°
CMYK 0.050.180.00   0.09
XYZ62.797758.025384.2341
Yxy58.02530.30620.2830
Hunter Lab76.174313.8493-12.2412
CIE-Lab80.752918.4454-16.7847

#ddbee8 color RGB value is (221,190,232).

#ddbee8 hex color red value is 221, green value is 190 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #ddbee8 hue: 0.79 , saturation: 0.48 and the lightness value of ddbee8 is 0.83.

The process color (four color CMYK) of #ddbee8 color hex is 0.05, 0.18, 0.00, 0.09. Web safe color of #ddbee8 is #ccccff. Color #ddbee8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 11101000
Octal 335 276 350
Decimal 221 190 232
Hex DD BE E8

RGB Percentages of Color #ddbee8

%34.37
%29.55
%36.08

CMYK Percentages of Color #ddbee8

%5
%18
%0
%9

Triadic Colors of #ddbee8

#ddbee8 #e8ddbe #bee8dd

Analogous Colors of #ddbee8

#ddbee8 #e8bede #c8bee8

Monochromatic Colors of #ddbee8

#ddbee8

Complementary Color

#ddbee8 #c9e8be

#ddbee8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbee8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbee8 Color CSS Codes

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

#ddbee8 Text Font Color

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

This sample text font color is #ddbee8
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.


#ddbee8 Background Color

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

This div background color is #ddbee8


#ddbee8 Border Color

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

This div border color is #ddbee8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbee8


Comments

No comments written yet.

Please login to write comment.