#DCEDBB

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

Shades of Willow Brook #DCEDBB

Tints of Willow Brook #DCEDBB

Color information

#DCEDBB (or 0xDCEDBB) is unknown color: approx Willow Brook. HEX triplet: DC, ED and BB. RGB value is (220,237,187). Sum of RGB (Red+Green+Blue) = 220+237+187=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 187 (73.44% from 255 or 29.04% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDBB is #231244. Grayscale: #E2E2E2. Windows color (decimal): -2298437 or 12316124. OLE color: 12316124.

HSL color Cylindrical-coordinate representation of color #DCEDBB: hue angle of 80.4º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCEDBB is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB220237187-
CMYK0.0700.210.07
HSL80.4º58.14%83.14%-
HSV(B)80.4º21.1%92.94%-
XYZ68.7779.3758.71-
YUV226.22105.87123.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.16%
GREEN value IS 237 (92.97% from 255) = 36.80%
BLUE value IS 187 (73.44% from 255) = 29.04%
R=34.16%
G=36.80%
B=29.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202371870.0700.210.0780.458.1483.14
HexDCEDBB70157503a53
Octal3343552737025712072123
Binary11011100111011011011101111101010111110100001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDBB; }

 p { color: rgb(220,237,187); }

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

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

 a { background-color: rgb(220,237,187); }

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

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

 span { border-color: rgb(220,237,187); }

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