#D7E3CD

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

Shades of Frostee #D7E3CD

Tints of Frostee #D7E3CD

Color information

#D7E3CD (or 0xD7E3CD) is unknown color: approx Frostee. HEX triplet: D7, E3 and CD. RGB value is (215,227,205). Sum of RGB (Red+Green+Blue) = 215+227+205=647 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.23% from 647); Green value is 227 (89.06% from 255 or 35.09% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 227 - color contains mainly: green. Hex color #D7E3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E3CD is #281C32. Grayscale: #DCDCDC. Windows color (decimal): -2628659 or 13493207. OLE color: 13493207.

HSL color Cylindrical-coordinate representation of color #D7E3CD: hue angle of 92.73º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7E3CD is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB215227205-
CMYK0.0500.100.11
HSL92.73º28.21%84.71%-
HSV(B)92.73º9.69%89.02%-
XYZ66.5173.7968.5-
YUV220.9119.02123.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.23%
GREEN value IS 227 (89.06% from 255) = 35.09%
BLUE value IS 205 (80.47% from 255) = 31.68%
R=33.23%
G=35.09%
B=31.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2152272050.0500.100.1192.7328.2184.71
HexD7E3CD50AB5d1c55
Octal32734331550121313534125
Binary1101011111100011110011011010101010111011101111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E3CD; }

 p { color: rgb(215,227,205); }

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

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

 a { background-color: rgb(215,227,205); }

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

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

 span { border-color: rgb(215,227,205); }

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