#DEE6BD

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

Shades of Frost #DEE6BD

Tints of Frost #DEE6BD

Color information

#DEE6BD (or 0xDEE6BD) is unknown color: approx Frost. HEX triplet: DE, E6 and BD. RGB value is (222,230,189). Sum of RGB (Red+Green+Blue) = 222+230+189=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE6BD is #211942. Grayscale: #DFDFDF. Windows color (decimal): -2169155 or 12445406. OLE color: 12445406.

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

Color convert

RGB222230189-
CMYK0.0300.180.10
HSL71.71º45.05%82.16%-
HSV(B)71.71º17.83%90.2%-
XYZ67.6175.859.21-
YUV222.93108.85127.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.63%
GREEN value IS 230 (90.23% from 255) = 35.88%
BLUE value IS 189 (74.22% from 255) = 29.49%
R=34.63%
G=35.88%
B=29.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222301890.0300.180.1071.7145.0582.16
HexDEE6BD3012A482d52
Octal33634627530221211055122
Binary11011110111001101011110111010010101010010001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE6BD; }

 p { color: rgb(222,230,189); }

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

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

 a { background-color: rgb(222,230,189); }

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

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

 span { border-color: rgb(222,230,189); }

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