#DCEDBD

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

Shades of Willow Brook #DCEDBD

Tints of Willow Brook #DCEDBD

Color information

#DCEDBD (or 0xDCEDBD) is unknown color: approx Willow Brook. HEX triplet: DC, ED and BD. RGB value is (220,237,189). Sum of RGB (Red+Green+Blue) = 220+237+189=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 237 (92.97% from 255 or 36.69% from 646); Blue value is 189 (74.22% from 255 or 29.26% from 646); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDBD is #231242. Grayscale: #E2E2E2. Windows color (decimal): -2298435 or 12447196. OLE color: 12447196.

HSL color Cylindrical-coordinate representation of color #DCEDBD: hue angle of 81.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCEDBD is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB220237189-
CMYK0.0700.200.07
HSL81.25º57.14%83.53%-
HSV(B)81.25º20.25%92.94%-
XYZ68.9879.4659.85-
YUV226.44106.87123.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.06%
GREEN value IS 237 (92.97% from 255) = 36.69%
BLUE value IS 189 (74.22% from 255) = 29.26%
R=34.06%
G=36.69%
B=29.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202371890.0700.200.0781.2557.1483.53
HexDCEDBD70147513954
Octal3343552757024712171124
Binary11011100111011011011110111101010011110100011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDBD; }

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

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

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

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

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

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

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

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