#DCEAC2

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

Shades of Willow Brook #DCEAC2

Tints of Willow Brook #DCEAC2

Color information

#DCEAC2 (or 0xDCEAC2) is unknown color: approx Willow Brook. HEX triplet: DC, EA and C2. RGB value is (220,234,194). Sum of RGB (Red+Green+Blue) = 220+234+194=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 194 (76.17% from 255 or 29.94% from 648); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEAC2 is #23153D. Grayscale: #E1E1E1. Windows color (decimal): -2299198 or 12774108. OLE color: 12774108.

HSL color Cylindrical-coordinate representation of color #DCEAC2: hue angle of 81º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCEAC2 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB220234194-
CMYK0.0600.170.08
HSL81º48.78%83.92%-
HSV(B)81º17.09%91.76%-
XYZ68.6877.9662.47-
YUV225.25110.36124.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.95%
GREEN value IS 234 (91.80% from 255) = 36.11%
BLUE value IS 194 (76.17% from 255) = 29.94%
R=33.95%
G=36.11%
B=29.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202341940.0600.170.088148.7883.92
HexDCEAC260118513154
Octal33435230260211012161124
Binary110111001110101011000010110010001100010100011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEAC2; }

 p { color: rgb(220,234,194); }

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

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

 a { background-color: rgb(220,234,194); }

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

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

 span { border-color: rgb(220,234,194); }

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