#D5F9CC

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

Shades of Snowy Mint #D5F9CC

Tints of Snowy Mint #D5F9CC

Color information

#D5F9CC (or 0xD5F9CC) is unknown color: approx Snowy Mint. HEX triplet: D5, F9 and CC. RGB value is (213,249,204). Sum of RGB (Red+Green+Blue) = 213+249+204=666 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.98% from 666); Green value is 249 (97.66% from 255 or 37.39% from 666); Blue value is 204 (80.08% from 255 or 30.63% from 666); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F9CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F9CC is #2A0633. Grayscale: #E9E9E9. Windows color (decimal): -2754100 or 13433301. OLE color: 13433301.

HSL color Cylindrical-coordinate representation of color #D5F9CC: hue angle of 108º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5F9CC is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB213249204-
CMYK0.1400.180.02
HSL108º78.95%88.82%-
HSV(B)108º18.07%97.65%-
XYZ72.2286.2669.97-
YUV233.11111.57113.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.98%
GREEN value IS 249 (97.66% from 255) = 37.39%
BLUE value IS 204 (80.08% from 255) = 30.63%
R=31.98%
G=37.39%
B=30.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132492040.1400.180.0210878.9588.82
HexD5F9CCE01226c4f59
Octal325371314160222154117131
Binary110101011111100111001100111001001010110110010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F9CC; }

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

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

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

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

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

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

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

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