#D9EBCB

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

Shades of Frostee #D9EBCB

Tints of Frostee #D9EBCB

Color information

#D9EBCB (or 0xD9EBCB) is unknown color: approx Frostee. HEX triplet: D9, EB and CB. RGB value is (217,235,203). Sum of RGB (Red+Green+Blue) = 217+235+203=655 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.13% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EBCB is #261434. Grayscale: #E2E2E2. Windows color (decimal): -2495541 or 13364185. OLE color: 13364185.

HSL color Cylindrical-coordinate representation of color #D9EBCB: hue angle of 93.75º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9EBCB is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB217235203-
CMYK0.0800.140.08
HSL93.75º44.44%85.88%-
HSV(B)93.75º13.62%92.16%-
XYZ69.178.4868.01-
YUV225.97115.04121.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.13%
GREEN value IS 235 (92.19% from 255) = 35.88%
BLUE value IS 203 (79.69% from 255) = 30.99%
R=33.13%
G=35.88%
B=30.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172352030.0800.140.0893.7544.4485.88
HexD9EBCB80E85e2c56
Octal331353313100161013654126
Binary110110011110101111001011100001110100010111101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EBCB; }

 p { color: rgb(217,235,203); }

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

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

 a { background-color: rgb(217,235,203); }

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

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

 span { border-color: rgb(217,235,203); }

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