#DDE3CF

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

Shades of Willow Brook #DDE3CF

Tints of Willow Brook #DDE3CF

Color information

#DDE3CF (or 0xDDE3CF) is unknown color: approx Willow Brook. HEX triplet: DD, E3 and CF. RGB value is (221,227,207). Sum of RGB (Red+Green+Blue) = 221+227+207=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE3CF is #221C30. Grayscale: #DFDFDF. Windows color (decimal): -2235441 or 13624285. OLE color: 13624285.

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

Color convert

RGB221227207-
CMYK0.0300.090.11
HSL78º26.32%85.1%-
HSV(B)78º8.81%89.02%-
XYZ68.5574.8269.86-
YUV222.93119.01126.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.74%
GREEN value IS 227 (89.06% from 255) = 34.66%
BLUE value IS 207 (81.25% from 255) = 31.60%
R=33.74%
G=34.66%
B=31.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212272070.0300.090.117826.3285.1
HexDDE3CF309B4e1a55
Octal33534331730111311632125
Binary110111011110001111001111110100110111001110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE3CF; }

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

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

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

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

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

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

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

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