#DCE2BD

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

Shades of Frost #DCE2BD

Tints of Frost #DCE2BD

Color information

#DCE2BD (or 0xDCE2BD) is unknown color: approx Frost. HEX triplet: DC, E2 and BD. RGB value is (220,226,189). Sum of RGB (Red+Green+Blue) = 220+226+189=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 226 (88.67% from 255 or 35.59% from 635); Blue value is 189 (74.22% from 255 or 29.76% from 635); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE2BD is #231D42. Grayscale: #DCDCDC. Windows color (decimal): -2301251 or 12444380. OLE color: 12444380.

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

Color convert

RGB220226189-
CMYK0.0300.160.11
HSL69.73º38.95%81.37%-
HSV(B)69.73º16.37%88.63%-
XYZ65.973.2858.82-
YUV219.99110.51128.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.65%
GREEN value IS 226 (88.67% from 255) = 35.59%
BLUE value IS 189 (74.22% from 255) = 29.76%
R=34.65%
G=35.59%
B=29.76%

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
Decimal2202261890.0300.160.1169.7338.9581.37
HexDCE2BD3010B462751
Octal33434227530201310647121
Binary11011100111000101011110111010000101110001101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE2BD; }

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

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

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

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

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

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

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

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