#DCE3BF

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

Shades of Frost #DCE3BF

Tints of Frost #DCE3BF

Color information

#DCE3BF (or 0xDCE3BF) is unknown color: approx Frost. HEX triplet: DC, E3 and BF. RGB value is (220,227,191). Sum of RGB (Red+Green+Blue) = 220+227+191=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 227 (89.06% from 255 or 35.58% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE3BF is #231C40. Grayscale: #DCDCDC. Windows color (decimal): -2300993 or 12575708. OLE color: 12575708.

HSL color Cylindrical-coordinate representation of color #DCE3BF: hue angle of 71.67º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCE3BF is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB220227191-
CMYK0.0300.160.11
HSL71.67º39.13%81.96%-
HSV(B)71.67º15.86%89.02%-
XYZ66.3973.9260.06-
YUV220.8111.18127.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.48%
GREEN value IS 227 (89.06% from 255) = 35.58%
BLUE value IS 191 (75% from 255) = 29.94%
R=34.48%
G=35.58%
B=29.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202271910.0300.160.1171.6739.1381.96
HexDCE3BF3010B482752
Octal33434327730201311047122
Binary11011100111000111011111111010000101110010001001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE3BF; }

 p { color: rgb(220,227,191); }

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

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

 a { background-color: rgb(220,227,191); }

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

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

 span { border-color: rgb(220,227,191); }

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