#D9ECC1

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

Shades of Frostee #D9ECC1

Tints of Frostee #D9ECC1

Color information

#D9ECC1 (or 0xD9ECC1) is unknown color: approx Frostee. HEX triplet: D9, EC and C1. RGB value is (217,236,193). Sum of RGB (Red+Green+Blue) = 217+236+193=646 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.59% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 193 (75.78% from 255 or 29.88% from 646); Max value from RGB is 236 - color contains mainly: green. Hex color #D9ECC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9ECC1 is #26133E. Grayscale: #E1E1E1. Windows color (decimal): -2495295 or 12709081. OLE color: 12709081.

HSL color Cylindrical-coordinate representation of color #D9ECC1: hue angle of 86.51º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9ECC1 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB217236193-
CMYK0.0800.180.07
HSL86.51º53.09%84.12%-
HSV(B)86.51º18.22%92.55%-
XYZ68.2478.5962.03-
YUV225.42109.71122-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.59%
GREEN value IS 236 (92.58% from 255) = 36.53%
BLUE value IS 193 (75.78% from 255) = 29.88%
R=33.59%
G=36.53%
B=29.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172361930.0800.180.0786.5153.0984.12
HexD9ECC180127573554
Octal33135430110022712765124
Binary110110011110110011000001100001001011110101111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ECC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ECC1; }

 p { color: rgb(217,236,193); }

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

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

 a { background-color: rgb(217,236,193); }

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

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

 span { border-color: rgb(217,236,193); }

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