#DDEEC3

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

Shades of Willow Brook #DDEEC3

Tints of Willow Brook #DDEEC3

Color information

#DDEEC3 (or 0xDDEEC3) is unknown color: approx Willow Brook. HEX triplet: DD, EE and C3. RGB value is (221,238,195). Sum of RGB (Red+Green+Blue) = 221+238+195=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 195 (76.56% from 255 or 29.82% from 654); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEC3 is #22113C. Grayscale: #E4E4E4. Windows color (decimal): -2232637 or 12840669. OLE color: 12840669.

HSL color Cylindrical-coordinate representation of color #DDEEC3: hue angle of 83.72º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDEEC3 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB221238195-
CMYK0.0700.180.07
HSL83.72º55.84%84.9%-
HSV(B)83.72º18.07%93.33%-
XYZ70.2480.4663.46-
YUV228.01109.37123-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.79%
GREEN value IS 238 (93.36% from 255) = 36.39%
BLUE value IS 195 (76.56% from 255) = 29.82%
R=33.79%
G=36.39%
B=29.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212381950.0700.180.0783.7255.8484.9
HexDDEEC370127543855
Octal3353563037022712470125
Binary11011101111011101100001111101001011110101001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEC3; }

 p { color: rgb(221,238,195); }

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

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

 a { background-color: rgb(221,238,195); }

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

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

 span { border-color: rgb(221,238,195); }

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