#D9E6CA

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

Shades of Frostee #D9E6CA

Tints of Frostee #D9E6CA

Color information

#D9E6CA (or 0xD9E6CA) is unknown color: approx Frostee. HEX triplet: D9, E6 and CA. RGB value is (217,230,202). Sum of RGB (Red+Green+Blue) = 217+230+202=649 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.44% from 649); Green value is 230 (90.23% from 255 or 35.44% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 230 - color contains mainly: green. Hex color #D9E6CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E6CA is #261935. Grayscale: #DFDFDF. Windows color (decimal): -2496822 or 13297369. OLE color: 13297369.

HSL color Cylindrical-coordinate representation of color #D9E6CA: hue angle of 87.86º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9E6CA is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB217230202-
CMYK0.0600.120.10
HSL87.86º35.9%84.71%-
HSV(B)87.86º12.17%90.2%-
XYZ67.5775.6166.91-
YUV222.92116.19123.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.44%
GREEN value IS 230 (90.23% from 255) = 35.44%
BLUE value IS 202 (79.30% from 255) = 31.12%
R=33.44%
G=35.44%
B=31.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2172302020.0600.120.1087.8635.984.71
HexD9E6CA60CA582455
Octal33134631260141213044125
Binary11011001111001101100101011001100101010110001001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E6CA; }

 p { color: rgb(217,230,202); }

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

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

 a { background-color: rgb(217,230,202); }

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

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

 span { border-color: rgb(217,230,202); }

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