#DCE2BC

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

Shades of Frost #DCE2BC

Tints of Frost #DCE2BC

Color information

#DCE2BC (or 0xDCE2BC) is unknown color: approx Frost. HEX triplet: DC, E2 and BC. RGB value is (220,226,188). Sum of RGB (Red+Green+Blue) = 220+226+188=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 188 (73.83% from 255 or 29.65% from 634); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE2BC is #231D43. Grayscale: #DCDCDC. Windows color (decimal): -2301252 or 12378844. OLE color: 12378844.

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

Color convert

RGB220226188-
CMYK0.0300.170.11
HSL69.47º39.58%81.18%-
HSV(B)69.47º16.81%88.63%-
XYZ65.7973.2458.25-
YUV219.87110.01128.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.70%
GREEN value IS 226 (88.67% from 255) = 35.65%
BLUE value IS 188 (73.83% from 255) = 29.65%
R=34.70%
G=35.65%
B=29.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202261880.0300.170.1169.4739.5881.18
HexDCE2BC3011B452851
Octal33434227430211310550121
Binary11011100111000101011110011010001101110001011010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE2BC; }

 p { color: rgb(220,226,188); }

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

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

 a { background-color: rgb(220,226,188); }

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

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

 span { border-color: rgb(220,226,188); }

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