#D8DEC1

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

Shades of Frost #D8DEC1

Tints of Frost #D8DEC1

Color information

#D8DEC1 (or 0xD8DEC1) is unknown color: approx Frost. HEX triplet: D8, DE and C1. RGB value is (216,222,193). Sum of RGB (Red+Green+Blue) = 216+222+193=631 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.23% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 193 (75.78% from 255 or 30.59% from 631); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DEC1 is #27213E. Grayscale: #D9D9D9. Windows color (decimal): -2564415 or 12705496. OLE color: 12705496.

HSL color Cylindrical-coordinate representation of color #D8DEC1: hue angle of 72.41º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8DEC1 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB216222193-
CMYK0.0300.130.13
HSL72.41º30.53%81.37%-
HSV(B)72.41º13.06%87.06%-
XYZ64.0770.6960.72-
YUV216.9114.51127.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.23%
GREEN value IS 222 (87.11% from 255) = 35.18%
BLUE value IS 193 (75.78% from 255) = 30.59%
R=34.23%
G=35.18%
B=30.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162221930.0300.130.1372.4130.5381.37
HexD8DEC130DD481f51
Octal33033630130151511037121
Binary110110001101111011000001110110111011001000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DEC1; }

 p { color: rgb(216,222,193); }

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

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

 a { background-color: rgb(216,222,193); }

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

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

 span { border-color: rgb(216,222,193); }

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