#D7E3CC

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

Shades of Frostee #D7E3CC

Tints of Frostee #D7E3CC

Color information

#D7E3CC (or 0xD7E3CC) is unknown color: approx Frostee. HEX triplet: D7, E3 and CC. RGB value is (215,227,204). Sum of RGB (Red+Green+Blue) = 215+227+204=646 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.28% from 646); Green value is 227 (89.06% from 255 or 35.14% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 227 - color contains mainly: green. Hex color #D7E3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E3CC is #281C33. Grayscale: #DCDCDC. Windows color (decimal): -2628660 or 13427671. OLE color: 13427671.

HSL color Cylindrical-coordinate representation of color #D7E3CC: hue angle of 91.3º degrees, saturation: 0.29, 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 #D7E3CC is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB215227204-
CMYK0.0500.100.11
HSL91.3º29.11%84.51%-
HSV(B)91.3º10.13%89.02%-
XYZ66.3973.7467.86-
YUV220.79118.52123.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.28%
GREEN value IS 227 (89.06% from 255) = 35.14%
BLUE value IS 204 (80.08% from 255) = 31.58%
R=33.28%
G=35.14%
B=31.58%

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
Decimal2152272040.0500.100.1191.329.1184.51
HexD7E3CC50AB5b1d55
Octal32734331450121313335125
Binary1101011111100011110011001010101010111011011111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E3CC; }

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

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

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

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

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

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

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

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