#DCE5BE

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

Shades of Frost #DCE5BE

Tints of Frost #DCE5BE

Color information

#DCE5BE (or 0xDCE5BE) is unknown color: approx Frost. HEX triplet: DC, E5 and BE. RGB value is (220,229,190). Sum of RGB (Red+Green+Blue) = 220+229+190=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE5BE is #231A41. Grayscale: #DEDEDE. Windows color (decimal): -2300482 or 12510684. OLE color: 12510684.

HSL color Cylindrical-coordinate representation of color #DCE5BE: hue angle of 73.85º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCE5BE is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB220229190-
CMYK0.0400.170.10
HSL73.85º42.86%82.16%-
HSV(B)73.85º17.03%89.8%-
XYZ66.8374.9759.66-
YUV221.86110.02126.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.43%
GREEN value IS 229 (89.84% from 255) = 35.84%
BLUE value IS 190 (74.61% from 255) = 29.73%
R=34.43%
G=35.84%
B=29.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202291900.0400.170.1073.8542.8682.16
HexDCE5BE4011A4a2b52
Octal33434527640211211253122
Binary110111001110010110111110100010001101010010101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE5BE; }

 p { color: rgb(220,229,190); }

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

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

 a { background-color: rgb(220,229,190); }

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

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

 span { border-color: rgb(220,229,190); }

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