#DDEFC5

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

Shades of Willow Brook #DDEFC5

Tints of Willow Brook #DDEFC5

Color information

#DDEFC5 (or 0xDDEFC5) is unknown color: approx Willow Brook. HEX triplet: DD, EF and C5. RGB value is (221,239,197). Sum of RGB (Red+Green+Blue) = 221+239+197=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 197 (77.34% from 255 or 29.98% from 657); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFC5 is #22103A. Grayscale: #E4E4E4. Windows color (decimal): -2232379 or 12971997. OLE color: 12971997.

HSL color Cylindrical-coordinate representation of color #DDEFC5: hue angle of 85.71º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDEFC5 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB221239197-
CMYK0.0800.180.06
HSL85.71º56.76%85.49%-
HSV(B)85.71º17.57%93.73%-
XYZ70.7681.1464.75-
YUV228.83110.04122.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.64%
GREEN value IS 239 (93.75% from 255) = 36.38%
BLUE value IS 197 (77.34% from 255) = 29.98%
R=33.64%
G=36.38%
B=29.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212391970.0800.180.0685.7156.7685.49
HexDDEFC580126563955
Octal33535730510022612671125
Binary110111011110111111000101100001001011010101101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFC5; }

 p { color: rgb(221,239,197); }

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

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

 a { background-color: rgb(221,239,197); }

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

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

 span { border-color: rgb(221,239,197); }

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