#D5E3CB

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

Shades of Frostee #D5E3CB

Tints of Frostee #D5E3CB

Color information

#D5E3CB (or 0xD5E3CB) is unknown color: approx Frostee. HEX triplet: D5, E3 and CB. RGB value is (213,227,203). Sum of RGB (Red+Green+Blue) = 213+227+203=643 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.13% from 643); Green value is 227 (89.06% from 255 or 35.30% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E3CB is #2A1C34. Grayscale: #DCDCDC. Windows color (decimal): -2759733 or 13362133. OLE color: 13362133.

HSL color Cylindrical-coordinate representation of color #D5E3CB: hue angle of 95º 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 #D5E3CB is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB213227203-
CMYK0.0600.110.11
HSL95º30%84.31%-
HSV(B)95º10.57%89.02%-
XYZ65.6973.467.2-
YUV220.08118.36122.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.13%
GREEN value IS 227 (89.06% from 255) = 35.30%
BLUE value IS 203 (79.69% from 255) = 31.57%
R=33.13%
G=35.30%
B=31.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2132272030.0600.110.11953084.31
HexD5E3CB60BB5f1e54
Octal32534331360131313736124
Binary1101010111100011110010111100101110111011111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E3CB; }

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

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

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

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

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

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

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

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