#DEECBA

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

Shades of Frost #DEECBA

Tints of Frost #DEECBA

Color information

#DEECBA (or 0xDEECBA) is unknown color: approx Frost. HEX triplet: DE, EC and BA. RGB value is (222,236,186). Sum of RGB (Red+Green+Blue) = 222+236+186=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEECBA is #211345. Grayscale: #E2E2E2. Windows color (decimal): -2167622 or 12250334. OLE color: 12250334.

HSL color Cylindrical-coordinate representation of color #DEECBA: hue angle of 76.8º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEECBA is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB222236186-
CMYK0.0600.210.07
HSL76.8º56.82%82.75%-
HSV(B)76.8º21.19%92.55%-
XYZ68.9879.0758.08-
YUV226.11105.36125.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.47%
GREEN value IS 236 (92.58% from 255) = 36.65%
BLUE value IS 186 (73.05% from 255) = 28.88%
R=34.47%
G=36.65%
B=28.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222361860.0600.210.0776.856.8282.75
HexDEECBA601574d3953
Octal3363542726025711571123
Binary11011110111011001011101011001010111110011011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEECBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEECBA; }

 p { color: rgb(222,236,186); }

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

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

 a { background-color: rgb(222,236,186); }

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

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

 span { border-color: rgb(222,236,186); }

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