#DDE6CE

Color #DDE6CE Willow Brook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Brook #DDE6CE

Tints of Willow Brook #DDE6CE

Color information

#DDE6CE (or 0xDDE6CE) is unknown color: approx Willow Brook. HEX triplet: DD, E6 and CE. RGB value is (221,230,206). Sum of RGB (Red+Green+Blue) = 221+230+206=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 230 (90.23% from 255 or 35.01% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE6CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE6CE is #221931. Grayscale: #E0E0E0. Windows color (decimal): -2234674 or 13559517. OLE color: 13559517.

HSL color Cylindrical-coordinate representation of color #DDE6CE: hue angle of 82.5º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDE6CE is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB221230206-
CMYK0.0400.100.10
HSL82.5º32.43%85.49%-
HSV(B)82.5º10.43%90.2%-
XYZ69.2676.4269.49-
YUV224.57117.52125.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 33.64%
GREEN value IS 230 (90.23% from 255) = 35.01%
BLUE value IS 206 (80.86% from 255) = 31.35%
R=33.64%
G=35.01%
B=31.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212302060.0400.100.1082.532.4385.49
HexDDE6CE40AA522055
Octal33534631640121212240125
Binary11011101111001101100111010001010101010100101000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE6CE; }

 p { color: rgb(221,230,206); }

 H1.HeaderClassName
 {
   color: #DDE6CE;
 }
 .AnyTagClassName
 {
   color: #DDE6CE;
 }
</style>
background-color css

<style>
 a { background-color: #DDE6CE; }

 a { background-color: rgb(221,230,206); }

 div.DivClassName
 {
   background-color: #DDE6CE;
 }
 .BgClassName
 {
   background-color: #DDE6CE;
 }
</style>
border-color css

<style>
 span { border-color: #DDE6CE; }

 span { border-color: rgb(221,230,206); }

 td.TdClassName
 {
   border-color: #DDE6CE;
 }
 .TagClassName
 {
   border-color: #DDE6CE;
 }
</style>