#D5F7CB

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

Shades of Snowy Mint #D5F7CB

Tints of Snowy Mint #D5F7CB

Color information

#D5F7CB (or 0xD5F7CB) is unknown color: approx Snowy Mint. HEX triplet: D5, F7 and CB. RGB value is (213,247,203). Sum of RGB (Red+Green+Blue) = 213+247+203=663 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.13% from 663); Green value is 247 (96.88% from 255 or 37.25% from 663); Blue value is 203 (79.69% from 255 or 30.62% from 663); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F7CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F7CB is #2A0834. Grayscale: #E7E7E7. Windows color (decimal): -2754613 or 13367253. OLE color: 13367253.

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

Color convert

RGB213247203-
CMYK0.1400.180.03
HSL106.36º73.33%88.24%-
HSV(B)106.36º17.81%96.86%-
XYZ71.4884.9869.14-
YUV231.82111.74114.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.13%
GREEN value IS 247 (96.88% from 255) = 37.25%
BLUE value IS 203 (79.69% from 255) = 30.62%
R=32.13%
G=37.25%
B=30.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2132472030.1400.180.03106.3673.3388.24
HexD5F7CBE01236a4958
Octal325367313160223152111130
Binary110101011111011111001011111001001011110101010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F7CB; }

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

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

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

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

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

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

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

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