#DDE8C1

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

Shades of Willow Brook #DDE8C1

Tints of Willow Brook #DDE8C1

Color information

#DDE8C1 (or 0xDDE8C1) is unknown color: approx Willow Brook. HEX triplet: DD, E8 and C1. RGB value is (221,232,193). Sum of RGB (Red+Green+Blue) = 221+232+193=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 232 (91.02% from 255 or 35.91% from 646); Blue value is 193 (75.78% from 255 or 29.88% from 646); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE8C1 is #22173E. Grayscale: #E0E0E0. Windows color (decimal): -2234175 or 12708061. OLE color: 12708061.

HSL color Cylindrical-coordinate representation of color #DDE8C1: hue angle of 76.92º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDE8C1 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB221232193-
CMYK0.0500.170.09
HSL76.92º45.88%83.33%-
HSV(B)76.92º16.81%90.98%-
XYZ68.376.9461.7-
YUV224.26110.36125.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.21%
GREEN value IS 232 (91.02% from 255) = 35.91%
BLUE value IS 193 (75.78% from 255) = 29.88%
R=34.21%
G=35.91%
B=29.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212321930.0500.170.0976.9245.8883.33
HexDDE8C1501194d2e53
Octal33535030150211111556123
Binary110111011110100011000001101010001100110011011011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE8C1; }

 p { color: rgb(221,232,193); }

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

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

 a { background-color: rgb(221,232,193); }

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

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

 span { border-color: rgb(221,232,193); }

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