#DCE5B8

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

Shades of Frost #DCE5B8

Tints of Frost #DCE5B8

Color information

#DCE5B8 (or 0xDCE5B8) is unknown color: approx Frost. HEX triplet: DC, E5 and B8. RGB value is (220,229,184). Sum of RGB (Red+Green+Blue) = 220+229+184=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 229 (89.84% from 255 or 36.18% from 633); Blue value is 184 (72.27% from 255 or 29.07% from 633); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE5B8 is #231A47. Grayscale: #DDDDDD. Windows color (decimal): -2300488 or 12117468. OLE color: 12117468.

HSL color Cylindrical-coordinate representation of color #DCE5B8: hue angle of 72º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCE5B8 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB220229184-
CMYK0.0400.200.10
HSL72º46.39%80.98%-
HSV(B)72º19.65%89.8%-
XYZ66.1974.7156.28-
YUV221.18107.02127.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.76%
GREEN value IS 229 (89.84% from 255) = 36.18%
BLUE value IS 184 (72.27% from 255) = 29.07%
R=34.76%
G=36.18%
B=29.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202291840.0400.200.107246.3980.98
HexDCE5B84014A482e51
Octal33434527040241211056121
Binary110111001110010110111000100010100101010010001011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE5B8; }

 p { color: rgb(220,229,184); }

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

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

 a { background-color: rgb(220,229,184); }

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

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

 span { border-color: rgb(220,229,184); }

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