#D7E3CB

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

Shades of Frostee #D7E3CB

Tints of Frostee #D7E3CB

Color information

#D7E3CB (or 0xD7E3CB) is unknown color: approx Frostee. HEX triplet: D7, E3 and CB. RGB value is (215,227,203). Sum of RGB (Red+Green+Blue) = 215+227+203=645 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.33% from 645); Green value is 227 (89.06% from 255 or 35.19% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 227 - color contains mainly: green. Hex color #D7E3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E3CB is #281C34. Grayscale: #DCDCDC. Windows color (decimal): -2628661 or 13362135. OLE color: 13362135.

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

Color convert

RGB215227203-
CMYK0.0500.110.11
HSL90º30%84.31%-
HSV(B)90º10.57%89.02%-
XYZ66.2773.767.23-
YUV220.68118.02123.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.33%
GREEN value IS 227 (89.06% from 255) = 35.19%
BLUE value IS 203 (79.69% from 255) = 31.47%
R=33.33%
G=35.19%
B=31.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2152272030.0500.110.11903084.31
HexD7E3CB50BB5a1e54
Octal32734331350131313236124
Binary1101011111100011110010111010101110111011010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E3CB; }

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

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

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

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

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

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

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

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