#DCE4BB

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

Shades of Frost #DCE4BB

Tints of Frost #DCE4BB

Color information

#DCE4BB (or 0xDCE4BB) is unknown color: approx Frost. HEX triplet: DC, E4 and BB. RGB value is (220,228,187). Sum of RGB (Red+Green+Blue) = 220+228+187=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 228 (89.45% from 255 or 35.91% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE4BB is #231B44. Grayscale: #DDDDDD. Windows color (decimal): -2300741 or 12313820. OLE color: 12313820.

HSL color Cylindrical-coordinate representation of color #DCE4BB: hue angle of 71.71º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCE4BB is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB220228187-
CMYK0.0400.180.11
HSL71.71º43.16%81.37%-
HSV(B)71.71º17.98%89.41%-
XYZ66.2374.2957.86-
YUV220.93108.85127.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.65%
GREEN value IS 228 (89.45% from 255) = 35.91%
BLUE value IS 187 (73.44% from 255) = 29.45%
R=34.65%
G=35.91%
B=29.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202281870.0400.180.1171.7143.1681.37
HexDCE4BB4012B482b51
Octal33434427340221311053121
Binary110111001110010010111011100010010101110010001010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE4BB; }

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

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

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

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

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

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

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

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