#DDEEC4

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

Shades of Willow Brook #DDEEC4

Tints of Willow Brook #DDEEC4

Color information

#DDEEC4 (or 0xDDEEC4) is unknown color: approx Willow Brook. HEX triplet: DD, EE and C4. RGB value is (221,238,196). Sum of RGB (Red+Green+Blue) = 221+238+196=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 196 (76.95% from 255 or 29.92% from 655); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEC4 is #22113B. Grayscale: #E4E4E4. Windows color (decimal): -2232636 or 12906205. OLE color: 12906205.

HSL color Cylindrical-coordinate representation of color #DDEEC4: hue angle of 84.29º degrees, saturation: 0.55, 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 #DDEEC4 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB221238196-
CMYK0.0700.180.07
HSL84.29º55.26%85.1%-
HSV(B)84.29º17.65%93.33%-
XYZ70.3680.5164.06-
YUV228.13109.87122.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.74%
GREEN value IS 238 (93.36% from 255) = 36.34%
BLUE value IS 196 (76.95% from 255) = 29.92%
R=33.74%
G=36.34%
B=29.92%

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
Decimal2212381960.0700.180.0784.2955.2685.1
HexDDEEC470127543755
Octal3353563047022712467125
Binary11011101111011101100010011101001011110101001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEC4; }

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

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

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

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

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

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

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

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