#D9F0CC

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

Shades of Snowy Mint #D9F0CC

Tints of Snowy Mint #D9F0CC

Color information

#D9F0CC (or 0xD9F0CC) is unknown color: approx Snowy Mint. HEX triplet: D9, F0 and CC. RGB value is (217,240,204). Sum of RGB (Red+Green+Blue) = 217+240+204=661 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.83% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F0CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F0CC is #260F33. Grayscale: #E5E5E5. Windows color (decimal): -2494260 or 13431001. OLE color: 13431001.

HSL color Cylindrical-coordinate representation of color #D9F0CC: hue angle of 98.33º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9F0CC is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB217240204-
CMYK0.1000.150.06
HSL98.33º54.55%87.06%-
HSV(B)98.33º15%94.12%-
XYZ70.6781.4369.12-
YUV229.02113.88119.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.83%
GREEN value IS 240 (94.14% from 255) = 36.31%
BLUE value IS 204 (80.08% from 255) = 30.86%
R=32.83%
G=36.31%
B=30.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2172402040.1000.150.0698.3354.5587.06
HexD9F0CCA0F6623757
Octal33136031412017614267127
Binary11011001111100001100110010100111111011000101101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F0CC; }

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

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

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

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

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

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

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

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