#DDE3CA

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

Shades of Willow Brook #DDE3CA

Tints of Willow Brook #DDE3CA

Color information

#DDE3CA (or 0xDDE3CA) is unknown color: approx Willow Brook. HEX triplet: DD, E3 and CA. RGB value is (221,227,202). Sum of RGB (Red+Green+Blue) = 221+227+202=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 227 (89.06% from 255 or 34.92% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE3CA is #221C35. Grayscale: #DEDEDE. Windows color (decimal): -2235446 or 13296605. OLE color: 13296605.

HSL color Cylindrical-coordinate representation of color #DDE3CA: hue angle of 74.4º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDE3CA is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB221227202-
CMYK0.0300.110.11
HSL74.4º30.86%84.12%-
HSV(B)74.4º11.01%89.02%-
XYZ67.9574.5766.69-
YUV222.36116.51127.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34%
GREEN value IS 227 (89.06% from 255) = 34.92%
BLUE value IS 202 (79.30% from 255) = 31.08%
R=34%
G=34.92%
B=31.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212272020.0300.110.1174.430.8684.12
HexDDE3CA30BB4a1f54
Octal33534331230131311237124
Binary110111011110001111001010110101110111001010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE3CA; }

 p { color: rgb(221,227,202); }

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

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

 a { background-color: rgb(221,227,202); }

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

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

 span { border-color: rgb(221,227,202); }

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