#D8E1D1

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

Shades of Frostee #D8E1D1

Tints of Frostee #D8E1D1

Color information

#D8E1D1 (or 0xD8E1D1) is unknown color: approx Frostee. HEX triplet: D8, E1 and D1. RGB value is (216,225,209). Sum of RGB (Red+Green+Blue) = 216+225+209=650 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.23% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 209 (82.03% from 255 or 32.15% from 650); Max value from RGB is 225 - color contains mainly: green. Hex color #D8E1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E1D1 is #271E2E. Grayscale: #DCDCDC. Windows color (decimal): -2563631 or 13754840. OLE color: 13754840.

HSL color Cylindrical-coordinate representation of color #D8E1D1: hue angle of 93.75º degrees, saturation: 0.21, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D8E1D1 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB216225209-
CMYK0.0400.070.12
HSL93.75º21.05%85.1%-
HSV(B)93.75º7.11%88.24%-
XYZ66.7573.0570.9-
YUV220.48121.52124.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.23%
GREEN value IS 225 (88.28% from 255) = 34.62%
BLUE value IS 209 (82.03% from 255) = 32.15%
R=33.23%
G=34.62%
B=32.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2162252090.0400.070.1293.7521.0585.1
HexD8E1D1407C5e1555
Octal3303413214071413625125
Binary110110001110000111010001100011111001011110101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E1D1; }

 p { color: rgb(216,225,209); }

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

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

 a { background-color: rgb(216,225,209); }

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

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

 span { border-color: rgb(216,225,209); }

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