#D8F2CB

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

Shades of Snowy Mint #D8F2CB

Tints of Snowy Mint #D8F2CB

Color information

#D8F2CB (or 0xD8F2CB) is unknown color: approx Snowy Mint. HEX triplet: D8, F2 and CB. RGB value is (216,242,203). Sum of RGB (Red+Green+Blue) = 216+242+203=661 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.68% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F2CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F2CB is #270D34. Grayscale: #E5E5E5. Windows color (decimal): -2559285 or 13365976. OLE color: 13365976.

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

Color convert

RGB216242203-
CMYK0.1100.160.05
HSL100º60%87.25%-
HSV(B)100º16.12%94.9%-
XYZ70.8582.4168.67-
YUV229.78112.89118.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.68%
GREEN value IS 242 (94.92% from 255) = 36.61%
BLUE value IS 203 (79.69% from 255) = 30.71%
R=32.68%
G=36.61%
B=30.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2162422030.1100.160.051006087.25
HexD8F2CBB0105643c57
Octal33036231313020514474127
Binary110110001111001011001011101101000010111001001111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F2CB; }

 p { color: rgb(216,242,203); }

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

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

 a { background-color: rgb(216,242,203); }

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

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

 span { border-color: rgb(216,242,203); }

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