#DCE5BB

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

Shades of Frost #DCE5BB

Tints of Frost #DCE5BB

Color information

#DCE5BB (or 0xDCE5BB) is unknown color: approx Frost. HEX triplet: DC, E5 and BB. RGB value is (220,229,187). Sum of RGB (Red+Green+Blue) = 220+229+187=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 229 (89.84% from 255 or 36.01% from 636); Blue value is 187 (73.44% from 255 or 29.40% from 636); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE5BB is #231A44. Grayscale: #DDDDDD. Windows color (decimal): -2300485 or 12314076. OLE color: 12314076.

HSL color Cylindrical-coordinate representation of color #DCE5BB: hue angle of 72.86º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCE5BB is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB220229187-
CMYK0.0400.180.10
HSL72.86º44.68%81.57%-
HSV(B)72.86º18.34%89.8%-
XYZ66.574.8457.95-
YUV221.52108.52126.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.59%
GREEN value IS 229 (89.84% from 255) = 36.01%
BLUE value IS 187 (73.44% from 255) = 29.40%
R=34.59%
G=36.01%
B=29.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202291870.0400.180.1072.8644.6881.57
HexDCE5BB4012A492d52
Octal33434527340221211155122
Binary110111001110010110111011100010010101010010011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE5BB; }

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

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

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

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

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

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

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

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