#DCE7BE

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

Shades of Frost #DCE7BE

Tints of Frost #DCE7BE

Color information

#DCE7BE (or 0xDCE7BE) is unknown color: approx Frost. HEX triplet: DC, E7 and BE. RGB value is (220,231,190). Sum of RGB (Red+Green+Blue) = 220+231+190=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 231 (90.62% from 255 or 36.04% from 641); Blue value is 190 (74.61% from 255 or 29.64% from 641); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE7BE is #231841. Grayscale: #DFDFDF. Windows color (decimal): -2299970 or 12511196. OLE color: 12511196.

HSL color Cylindrical-coordinate representation of color #DCE7BE: hue angle of 76.1º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCE7BE is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB220231190-
CMYK0.0500.180.09
HSL76.1º46.07%82.55%-
HSV(B)76.1º17.75%90.59%-
XYZ67.3976.0959.85-
YUV223.04109.36125.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.32%
GREEN value IS 231 (90.62% from 255) = 36.04%
BLUE value IS 190 (74.61% from 255) = 29.64%
R=34.32%
G=36.04%
B=29.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202311900.0500.180.0976.146.0782.55
HexDCE7BE501294c2e53
Octal33434727650221111456123
Binary110111001110011110111110101010010100110011001011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE7BE; }

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

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

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

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

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

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

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

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