#D7E1CF

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

Shades of Frostee #D7E1CF

Tints of Frostee #D7E1CF

Color information

#D7E1CF (or 0xD7E1CF) is unknown color: approx Frostee. HEX triplet: D7, E1 and CF. RGB value is (215,225,207). Sum of RGB (Red+Green+Blue) = 215+225+207=647 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.23% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 225 - color contains mainly: green. Hex color #D7E1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E1CF is #281E30. Grayscale: #DCDCDC. Windows color (decimal): -2629169 or 13623767. OLE color: 13623767.

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

Color convert

RGB215225207-
CMYK0.0400.080.12
HSL93.33º23.08%84.71%-
HSV(B)93.33º8%88.24%-
XYZ66.2172.869.59-
YUV219.96120.69124.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.23%
GREEN value IS 225 (88.28% from 255) = 34.78%
BLUE value IS 207 (81.25% from 255) = 31.99%
R=33.23%
G=34.78%
B=31.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2152252070.0400.080.1293.3323.0884.71
HexD7E1CF408C5d1755
Octal32734131740101413527125
Binary1101011111100001110011111000100011001011101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E1CF; }

 p { color: rgb(215,225,207); }

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

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

 a { background-color: rgb(215,225,207); }

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

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

 span { border-color: rgb(215,225,207); }

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