#D9E3BB

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

Shades of Frost #D9E3BB

Tints of Frost #D9E3BB

Color information

#D9E3BB (or 0xD9E3BB) is unknown color: approx Frost. HEX triplet: D9, E3 and BB. RGB value is (217,227,187). Sum of RGB (Red+Green+Blue) = 217+227+187=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 227 (89.06% from 255 or 35.97% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E3BB is #261C44. Grayscale: #DBDBDB. Windows color (decimal): -2497605 or 12313561. OLE color: 12313561.

HSL color Cylindrical-coordinate representation of color #D9E3BB: hue angle of 75º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9E3BB is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB217227187-
CMYK0.0400.180.11
HSL75º41.67%81.18%-
HSV(B)75º17.62%89.02%-
XYZ65.0573.2857.73-
YUV219.45109.69126.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.39%
GREEN value IS 227 (89.06% from 255) = 35.97%
BLUE value IS 187 (73.44% from 255) = 29.64%
R=34.39%
G=35.97%
B=29.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2172271870.0400.180.117541.6781.18
HexD9E3BB4012B4b2a51
Octal33134327340221311352121
Binary110110011110001110111011100010010101110010111010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E3BB; }

 p { color: rgb(217,227,187); }

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

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

 a { background-color: rgb(217,227,187); }

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

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

 span { border-color: rgb(217,227,187); }

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