#DDE3CD

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

Shades of Willow Brook #DDE3CD

Tints of Willow Brook #DDE3CD

Color information

#DDE3CD (or 0xDDE3CD) is unknown color: approx Willow Brook. HEX triplet: DD, E3 and CD. RGB value is (221,227,205). Sum of RGB (Red+Green+Blue) = 221+227+205=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE3CD is #221C32. Grayscale: #DEDEDE. Windows color (decimal): -2235443 or 13493213. OLE color: 13493213.

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

Color convert

RGB221227205-
CMYK0.0300.100.11
HSL76.36º28.21%84.71%-
HSV(B)76.36º9.69%89.02%-
XYZ68.3174.7268.58-
YUV222.7118.01126.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.84%
GREEN value IS 227 (89.06% from 255) = 34.76%
BLUE value IS 205 (80.47% from 255) = 31.39%
R=33.84%
G=34.76%
B=31.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212272050.0300.100.1176.3628.2184.71
HexDDE3CD30AB4c1c55
Octal33534331530121311434125
Binary110111011110001111001101110101010111001100111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE3CD; }

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

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

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

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

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

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

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

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