#D9F2CC

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

Shades of Snowy Mint #D9F2CC

Tints of Snowy Mint #D9F2CC

Color information

#D9F2CC (or 0xD9F2CC) is unknown color: approx Snowy Mint. HEX triplet: D9, F2 and CC. RGB value is (217,242,204). Sum of RGB (Red+Green+Blue) = 217+242+204=663 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.73% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 204 (80.08% from 255 or 30.77% from 663); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F2CC is #260D33. Grayscale: #E6E6E6. Windows color (decimal): -2493748 or 13431513. OLE color: 13431513.

HSL color Cylindrical-coordinate representation of color #D9F2CC: hue angle of 99.47º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9F2CC is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB217242204-
CMYK0.1000.160.05
HSL99.47º59.38%87.45%-
HSV(B)99.47º15.7%94.9%-
XYZ71.2782.6269.32-
YUV230.19113.22118.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.73%
GREEN value IS 242 (94.92% from 255) = 36.50%
BLUE value IS 204 (80.08% from 255) = 30.77%
R=32.73%
G=36.50%
B=30.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172422040.1000.160.0599.4759.3887.45
HexD9F2CCA0105633b57
Octal33136231412020514373127
Binary110110011111001011001100101001000010111000111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F2CC; }

 p { color: rgb(217,242,204); }

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

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

 a { background-color: rgb(217,242,204); }

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

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

 span { border-color: rgb(217,242,204); }

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