#DDE6CD

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

Shades of Willow Brook #DDE6CD

Tints of Willow Brook #DDE6CD

Color information

#DDE6CD (or 0xDDE6CD) is unknown color: approx Willow Brook. HEX triplet: DD, E6 and CD. RGB value is (221,230,205). Sum of RGB (Red+Green+Blue) = 221+230+205=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 230 (90.23% from 255 or 35.06% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE6CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE6CD is #221932. Grayscale: #E0E0E0. Windows color (decimal): -2234675 or 13493981. OLE color: 13493981.

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

Color convert

RGB221230205-
CMYK0.0400.110.10
HSL81.6º33.33%85.29%-
HSV(B)81.6º10.87%90.2%-
XYZ69.1476.3768.86-
YUV224.46117.02125.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.69%
GREEN value IS 230 (90.23% from 255) = 35.06%
BLUE value IS 205 (80.47% from 255) = 31.25%
R=33.69%
G=35.06%
B=31.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212302050.0400.110.1081.633.3385.29
HexDDE6CD40BA522155
Octal33534631540131212241125
Binary11011101111001101100110110001011101010100101000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE6CD; }

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

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

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

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

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

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

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

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