#D2F8CB

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

Shades of Snowy Mint #D2F8CB

Tints of Snowy Mint #D2F8CB

Color information

#D2F8CB (or 0xD2F8CB) is unknown color: approx Snowy Mint. HEX triplet: D2, F8 and CB. RGB value is (210,248,203). Sum of RGB (Red+Green+Blue) = 210+248+203=661 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.77% from 661); Green value is 248 (97.27% from 255 or 37.52% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F8CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F8CB is #2D0734. Grayscale: #E7E7E7. Windows color (decimal): -2950965 or 13367506. OLE color: 13367506.

HSL color Cylindrical-coordinate representation of color #D2F8CB: hue angle of 110.67º degrees, saturation: 0.76, 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 #D2F8CB is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB210248203-
CMYK0.1500.180.03
HSL110.67º76.27%88.43%-
HSV(B)110.67º18.15%97.25%-
XYZ70.9385.1569.2-
YUV231.51111.91112.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.77%
GREEN value IS 248 (97.27% from 255) = 37.52%
BLUE value IS 203 (79.69% from 255) = 30.71%
R=31.77%
G=37.52%
B=30.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2102482030.1500.180.03110.6776.2788.43
HexD2F8CBF01236f4c58
Octal322370313170223157114130
Binary110100101111100011001011111101001011110111110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F8CB; }

 p { color: rgb(210,248,203); }

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

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

 a { background-color: rgb(210,248,203); }

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

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

 span { border-color: rgb(210,248,203); }

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