Color Hex Logo

#ddebc8 Color Hex

#DDEBC8
(221,235,200)
0 Favorites   0 Comments

Color spaces of #ddebc8

RGB 221235200
HSL0.230.470.85
HSV84°15°92°
CMYK 0.060.000.15   0.08
XYZ69.952578.958966.1973
Yxy78.95890.32520.3671
Hunter Lab88.8588-14.982018.0318
CIE-Lab91.2157-10.705415.4247

#ddebc8 color RGB value is (221,235,200).

#ddebc8 hex color red value is 221, green value is 235 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #ddebc8 hue: 0.23 , saturation: 0.47 and the lightness value of ddebc8 is 0.85.

The process color (four color CMYK) of #ddebc8 color hex is 0.06, 0.00, 0.15, 0.08. Web safe color of #ddebc8 is #ccffcc. Color #ddebc8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 11001000
Octal 335 353 310
Decimal 221 235 200
Hex DD EB C8

RGB Percentages of Color #ddebc8

%33.69
%35.82
%30.49

CMYK Percentages of Color #ddebc8

%6
%0
%15
%8

Triadic Colors of #ddebc8

#ddebc8 #c8ddeb #ebc8dd

Analogous Colors of #ddebc8

#ddebc8 #ccebc8 #ebe8c8

Monochromatic Colors of #ddebc8

#ddebc8

Complementary Color

#ddebc8 #d6c8eb

#ddebc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddebc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddebc8 Color CSS Codes

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

#ddebc8 Text Font Color

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

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


#ddebc8 Background Color

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

This div background color is #ddebc8


#ddebc8 Border Color

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

This div border color is #ddebc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddebc8

#ddebc8 Color Palettes


Comments

No comments written yet.

Please login to write comment.