#DCE0BA

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

Shades of Frost #DCE0BA

Tints of Frost #DCE0BA

Color information

#DCE0BA (or 0xDCE0BA) is unknown color: approx Frost. HEX triplet: DC, E0 and BA. RGB value is (220,224,186). Sum of RGB (Red+Green+Blue) = 220+224+186=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE0BA is #231F45. Grayscale: #DADADA. Windows color (decimal): -2301766 or 12247260. OLE color: 12247260.

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

Color convert

RGB220224186-
CMYK0.0200.170.12
HSL66.32º38%80.39%-
HSV(B)66.32º16.96%87.84%-
XYZ65.0372.0756.94-
YUV218.47109.67129.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.92%
GREEN value IS 224 (87.89% from 255) = 35.56%
BLUE value IS 186 (73.05% from 255) = 29.52%
R=34.92%
G=35.56%
B=29.52%

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
Decimal2202241860.0200.170.1266.323880.39
HexDCE0BA2011C422650
Octal33434027220211410246120
Binary11011100111000001011101010010001110010000101001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE0BA; }

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

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

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

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

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

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

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

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