#DCE6BE

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

Shades of Frost #DCE6BE

Tints of Frost #DCE6BE

Color information

#DCE6BE (or 0xDCE6BE) is unknown color: approx Frost. HEX triplet: DC, E6 and BE. RGB value is (220,230,190). Sum of RGB (Red+Green+Blue) = 220+230+190=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 190 (74.61% from 255 or 29.69% from 640); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE6BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE6BE is #231941. Grayscale: #DEDEDE. Windows color (decimal): -2300226 or 12510940. OLE color: 12510940.

HSL color Cylindrical-coordinate representation of color #DCE6BE: hue angle of 75º degrees, saturation: 0.44, 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 #DCE6BE is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB220230190-
CMYK0.0400.170.10
HSL75º44.44%82.35%-
HSV(B)75º17.39%90.2%-
XYZ67.1175.5359.76-
YUV222.45109.69126.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.38%
GREEN value IS 230 (90.23% from 255) = 35.94%
BLUE value IS 190 (74.61% from 255) = 29.69%
R=34.38%
G=35.94%
B=29.69%

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
Decimal2202301900.0400.170.107544.4482.35
HexDCE6BE4011A4b2c52
Octal33434627640211211354122
Binary110111001110011010111110100010001101010010111011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE6BE; }

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

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

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

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

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

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

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

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