#DCE8B9

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

Shades of Frost #DCE8B9

Tints of Frost #DCE8B9

Color information

#DCE8B9 (or 0xDCE8B9) is unknown color: approx Frost. HEX triplet: DC, E8 and B9. RGB value is (220,232,185). Sum of RGB (Red+Green+Blue) = 220+232+185=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 232 (91.02% from 255 or 36.42% from 637); Blue value is 185 (72.66% from 255 or 29.04% from 637); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE8B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE8B9 is #231746. Grayscale: #DFDFDF. Windows color (decimal): -2299719 or 12183772. OLE color: 12183772.

HSL color Cylindrical-coordinate representation of color #DCE8B9: hue angle of 75.32º degrees, saturation: 0.51, 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 #DCE8B9 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB220232185-
CMYK0.0500.200.09
HSL75.32º50.54%81.76%-
HSV(B)75.32º20.26%90.98%-
XYZ67.1376.4357.11-
YUV223.05106.52125.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 232 (91.02% from 255) = 36.42%
BLUE value IS 185 (72.66% from 255) = 29.04%
R=34.54%
G=36.42%
B=29.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202321850.0500.200.0975.3250.5481.76
HexDCE8B9501494b3352
Octal33435027150241111363122
Binary110111001110100010111001101010100100110010111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE8B9; }

 p { color: rgb(220,232,185); }

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

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

 a { background-color: rgb(220,232,185); }

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

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

 span { border-color: rgb(220,232,185); }

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