#D6F2CD

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

Shades of Snowy Mint #D6F2CD

Tints of Snowy Mint #D6F2CD

Color information

#D6F2CD (or 0xD6F2CD) is unknown color: approx Snowy Mint. HEX triplet: D6, F2 and CD. RGB value is (214,242,205). Sum of RGB (Red+Green+Blue) = 214+242+205=661 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.38% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 205 (80.47% from 255 or 31.01% from 661); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F2CD is #290D32. Grayscale: #E5E5E5. Windows color (decimal): -2690355 or 13497046. OLE color: 13497046.

HSL color Cylindrical-coordinate representation of color #D6F2CD: hue angle of 105.41º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6F2CD is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB214242205-
CMYK0.1200.150.05
HSL105.41º58.73%87.65%-
HSV(B)105.41º15.29%94.9%-
XYZ70.582.2169.91-
YUV229.41114.22117.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.38%
GREEN value IS 242 (94.92% from 255) = 36.61%
BLUE value IS 205 (80.47% from 255) = 31.01%
R=32.38%
G=36.61%
B=31.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142422050.1200.150.05105.4158.7387.65
HexD6F2CDC0F5693b58
Octal32636231514017515173130
Binary11010110111100101100110111000111110111010011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F2CD; }

 p { color: rgb(214,242,205); }

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

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

 a { background-color: rgb(214,242,205); }

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

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

 span { border-color: rgb(214,242,205); }

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