#D5F7CC

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

Shades of Snowy Mint #D5F7CC

Tints of Snowy Mint #D5F7CC

Color information

#D5F7CC (or 0xD5F7CC) is unknown color: approx Snowy Mint. HEX triplet: D5, F7 and CC. RGB value is (213,247,204). Sum of RGB (Red+Green+Blue) = 213+247+204=664 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.08% from 664); Green value is 247 (96.88% from 255 or 37.20% from 664); Blue value is 204 (80.08% from 255 or 30.72% from 664); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F7CC is #2A0833. Grayscale: #E8E8E8. Windows color (decimal): -2754612 or 13432789. OLE color: 13432789.

HSL color Cylindrical-coordinate representation of color #D5F7CC: hue angle of 107.44º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5F7CC is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB213247204-
CMYK0.1400.170.03
HSL107.44º72.88%88.43%-
HSV(B)107.44º17.41%96.86%-
XYZ71.685.0369.76-
YUV231.93112.24114.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.08%
GREEN value IS 247 (96.88% from 255) = 37.20%
BLUE value IS 204 (80.08% from 255) = 30.72%
R=32.08%
G=37.20%
B=30.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2132472040.1400.170.03107.4472.8888.43
HexD5F7CCE01136b4958
Octal325367314160213153111130
Binary110101011111011111001100111001000111110101110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F7CC; }

 p { color: rgb(213,247,204); }

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

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

 a { background-color: rgb(213,247,204); }

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

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

 span { border-color: rgb(213,247,204); }

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