#DCE9BA

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

Shades of Frost #DCE9BA

Tints of Frost #DCE9BA

Color information

#DCE9BA (or 0xDCE9BA) is unknown color: approx Frost. HEX triplet: DC, E9 and BA. RGB value is (220,233,186). Sum of RGB (Red+Green+Blue) = 220+233+186=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 233 (91.41% from 255 or 36.46% from 639); Blue value is 186 (73.05% from 255 or 29.11% from 639); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE9BA is #231645. Grayscale: #DFDFDF. Windows color (decimal): -2299462 or 12249564. OLE color: 12249564.

HSL color Cylindrical-coordinate representation of color #DCE9BA: hue angle of 76.6º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCE9BA is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB220233186-
CMYK0.0600.200.09
HSL76.6º51.65%82.16%-
HSV(B)76.6º20.17%91.37%-
XYZ67.5277.0457.77-
YUV223.76106.69125.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.43%
GREEN value IS 233 (91.41% from 255) = 36.46%
BLUE value IS 186 (73.05% from 255) = 29.11%
R=34.43%
G=36.46%
B=29.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202331860.0600.200.0976.651.6582.16
HexDCE9BA601494d3452
Octal33435127260241111564122
Binary110111001110100110111010110010100100110011011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE9BA; }

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

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

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

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

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

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

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

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