#D7F2CA

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

Shades of Snowy Mint #D7F2CA

Tints of Snowy Mint #D7F2CA

Color information

#D7F2CA (or 0xD7F2CA) is unknown color: approx Snowy Mint. HEX triplet: D7, F2 and CA. RGB value is (215,242,202). Sum of RGB (Red+Green+Blue) = 215+242+202=659 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.63% from 659); Green value is 242 (94.92% from 255 or 36.72% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F2CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F2CA is #280D35. Grayscale: #E5E5E5. Windows color (decimal): -2624822 or 13300439. OLE color: 13300439.

HSL color Cylindrical-coordinate representation of color #D7F2CA: hue angle of 100.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 #D7F2CA is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB215242202-
CMYK0.1100.170.05
HSL100.5º60.61%87.06%-
HSV(B)100.5º16.53%94.9%-
XYZ70.4482.2268.03-
YUV229.37112.55117.75-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.63%
GREEN value IS 242 (94.92% from 255) = 36.72%
BLUE value IS 202 (79.30% from 255) = 30.65%
R=32.63%
G=36.72%
B=30.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152422020.1100.170.05100.560.6187.06
HexD7F2CAB0115643d57
Octal32736231213021514475127
Binary110101111111001011001010101101000110111001001111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F2CA; }

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

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

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

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

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

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

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

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