#DCEACA

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

Shades of Frostee #DCEACA

Tints of Frostee #DCEACA

Color information

#DCEACA (or 0xDCEACA) is unknown color: approx Frostee. HEX triplet: DC, EA and CA. RGB value is (220,234,202). Sum of RGB (Red+Green+Blue) = 220+234+202=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 202 (79.30% from 255 or 30.79% from 656); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEACA is #231535. Grayscale: #E2E2E2. Windows color (decimal): -2299190 or 13298396. OLE color: 13298396.

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

Color convert

RGB220234202-
CMYK0.0600.140.08
HSL86.25º43.24%85.49%-
HSV(B)86.25º13.68%91.76%-
XYZ69.678.3367.33-
YUV226.17114.36123.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.54%
GREEN value IS 234 (91.80% from 255) = 35.67%
BLUE value IS 202 (79.30% from 255) = 30.79%
R=33.54%
G=35.67%
B=30.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202342020.0600.140.0886.2543.2485.49
HexDCEACA60E8562b55
Octal33435231260161012653125
Binary11011100111010101100101011001110100010101101010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEACA; }

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

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

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

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

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

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

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

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