#DCEABA

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

Shades of Frost #DCEABA

Tints of Frost #DCEABA

Color information

#DCEABA (or 0xDCEABA) is unknown color: approx Frost. HEX triplet: DC, EA and BA. RGB value is (220,234,186). Sum of RGB (Red+Green+Blue) = 220+234+186=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 186 (73.05% from 255 or 29.06% from 640); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEABA is #231545. Grayscale: #E0E0E0. Windows color (decimal): -2299206 or 12249820. OLE color: 12249820.

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

Color convert

RGB220234186-
CMYK0.0600.210.08
HSL77.5º53.33%82.35%-
HSV(B)77.5º20.51%91.76%-
XYZ67.877.6157.86-
YUV224.34106.36124.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.38%
GREEN value IS 234 (91.80% from 255) = 36.56%
BLUE value IS 186 (73.05% from 255) = 29.06%
R=34.38%
G=36.56%
B=29.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202341860.0600.210.0877.553.3382.35
HexDCEABA601584e3552
Octal33435227260251011665122
Binary110111001110101010111010110010101100010011101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEABA; }

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

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

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

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

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

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

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

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