#D9F2CA

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

Shades of Snowy Mint #D9F2CA

Tints of Snowy Mint #D9F2CA

Color information

#D9F2CA (or 0xD9F2CA) is unknown color: approx Snowy Mint. HEX triplet: D9, F2 and CA. RGB value is (217,242,202). Sum of RGB (Red+Green+Blue) = 217+242+202=661 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.83% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F2CA is #260D35. Grayscale: #E6E6E6. Windows color (decimal): -2493750 or 13300441. OLE color: 13300441.

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

Color convert

RGB217242202-
CMYK0.1000.170.05
HSL97.5º60.61%87.06%-
HSV(B)97.5º16.53%94.9%-
XYZ71.0382.5268.06-
YUV229.96112.22118.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.83%
GREEN value IS 242 (94.92% from 255) = 36.61%
BLUE value IS 202 (79.30% from 255) = 30.56%
R=32.83%
G=36.61%
B=30.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172422020.1000.170.0597.560.6187.06
HexD9F2CAA0115623d57
Octal33136231212021514275127
Binary110110011111001011001010101001000110111000101111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F2CA; }

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

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

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

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

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

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

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

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