#DCEAC1

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

Shades of Willow Brook #DCEAC1

Tints of Willow Brook #DCEAC1

Color information

#DCEAC1 (or 0xDCEAC1) is unknown color: approx Willow Brook. HEX triplet: DC, EA and C1. RGB value is (220,234,193). Sum of RGB (Red+Green+Blue) = 220+234+193=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 193 (75.78% from 255 or 29.83% from 647); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEAC1 is #23153E. Grayscale: #E1E1E1. Windows color (decimal): -2299199 or 12708572. OLE color: 12708572.

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

Color convert

RGB220234193-
CMYK0.0600.180.08
HSL80.49º49.4%83.73%-
HSV(B)80.49º17.52%91.76%-
XYZ68.5677.9161.88-
YUV225.14109.86124.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.00%
GREEN value IS 234 (91.80% from 255) = 36.17%
BLUE value IS 193 (75.78% from 255) = 29.83%
R=34.00%
G=36.17%
B=29.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202341930.0600.180.0880.4949.483.73
HexDCEAC160128503154
Octal33435230160221012061124
Binary110111001110101011000001110010010100010100001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEAC1; }

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

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

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

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

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

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

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

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