#DCE6C5

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

Shades of Willow Brook #DCE6C5

Tints of Willow Brook #DCE6C5

Color information

#DCE6C5 (or 0xDCE6C5) is unknown color: approx Willow Brook. HEX triplet: DC, E6 and C5. RGB value is (220,230,197). Sum of RGB (Red+Green+Blue) = 220+230+197=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 230 (90.23% from 255 or 35.55% from 647); Blue value is 197 (77.34% from 255 or 30.45% from 647); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE6C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE6C5 is #23193A. Grayscale: #DFDFDF. Windows color (decimal): -2300219 or 12969692. OLE color: 12969692.

HSL color Cylindrical-coordinate representation of color #DCE6C5: hue angle of 78.18º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCE6C5 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB220230197-
CMYK0.0400.140.10
HSL78.18º39.76%83.73%-
HSV(B)78.18º14.35%90.2%-
XYZ67.8975.8463.88-
YUV223.25113.19125.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.00%
GREEN value IS 230 (90.23% from 255) = 35.55%
BLUE value IS 197 (77.34% from 255) = 30.45%
R=34.00%
G=35.55%
B=30.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202301970.0400.140.1078.1839.7683.73
HexDCE6C540EA4e2854
Octal33434630540161211650124
Binary11011100111001101100010110001110101010011101010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE6C5; }

 p { color: rgb(220,230,197); }

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

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

 a { background-color: rgb(220,230,197); }

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

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

 span { border-color: rgb(220,230,197); }

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