#DCEACB

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

Shades of Frostee #DCEACB

Tints of Frostee #DCEACB

Color information

#DCEACB (or 0xDCEACB) is unknown color: approx Frostee. HEX triplet: DC, EA and CB. RGB value is (220,234,203). Sum of RGB (Red+Green+Blue) = 220+234+203=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEACB is #231534. Grayscale: #E2E2E2. Windows color (decimal): -2299189 or 13363932. OLE color: 13363932.

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

Color convert

RGB220234203-
CMYK0.0600.130.08
HSL87.1º42.47%85.69%-
HSV(B)87.1º13.25%91.76%-
XYZ69.7278.3767.95-
YUV226.28114.86123.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.49%
GREEN value IS 234 (91.80% from 255) = 35.62%
BLUE value IS 203 (79.69% from 255) = 30.90%
R=33.49%
G=35.62%
B=30.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202342030.0600.130.0887.142.4785.69
HexDCEACB60D8572a56
Octal33435231360151012752126
Binary11011100111010101100101111001101100010101111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEACB; }

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

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

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

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

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

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

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

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