#DCE1BA

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

Shades of Frost #DCE1BA

Tints of Frost #DCE1BA

Color information

#DCE1BA (or 0xDCE1BA) is unknown color: approx Frost. HEX triplet: DC, E1 and BA. RGB value is (220,225,186). Sum of RGB (Red+Green+Blue) = 220+225+186=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 225 (88.28% from 255 or 35.66% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE1BA is #231E45. Grayscale: #DBDBDB. Windows color (decimal): -2301510 or 12247516. OLE color: 12247516.

HSL color Cylindrical-coordinate representation of color #DCE1BA: hue angle of 67.69º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCE1BA is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB220225186-
CMYK0.0200.170.12
HSL67.69º39.39%80.59%-
HSV(B)67.69º17.33%88.24%-
XYZ65.372.6157.03-
YUV219.06109.34128.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.87%
GREEN value IS 225 (88.28% from 255) = 35.66%
BLUE value IS 186 (73.05% from 255) = 29.48%
R=34.87%
G=35.66%
B=29.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202251860.0200.170.1267.6939.3980.59
HexDCE1BA2011C442751
Octal33434127220211410447121
Binary11011100111000011011101010010001110010001001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE1BA; }

 p { color: rgb(220,225,186); }

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

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

 a { background-color: rgb(220,225,186); }

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

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

 span { border-color: rgb(220,225,186); }

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