#D0F8CA

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

Shades of Snowy Mint #D0F8CA

Tints of Snowy Mint #D0F8CA

Color information

#D0F8CA (or 0xD0F8CA) is unknown color: approx Snowy Mint. HEX triplet: D0, F8 and CA. RGB value is (208,248,202). Sum of RGB (Red+Green+Blue) = 208+248+202=658 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.61% from 658); Green value is 248 (97.27% from 255 or 37.69% from 658); Blue value is 202 (79.30% from 255 or 30.70% from 658); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F8CA is #2F0735. Grayscale: #E6E6E6. Windows color (decimal): -3082038 or 13301968. OLE color: 13301968.

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

Color convert

RGB208248202-
CMYK0.1600.190.03
HSL112.17º76.67%88.24%-
HSV(B)112.17º18.55%97.25%-
XYZ70.2484.8168.54-
YUV230.8111.75111.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.61%
GREEN value IS 248 (97.27% from 255) = 37.69%
BLUE value IS 202 (79.30% from 255) = 30.70%
R=31.61%
G=37.69%
B=30.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082482020.1600.190.03112.1776.6788.24
HexD0F8CA100133704d58
Octal320370312200233160115130
Binary1101000011111000110010101000001001111111000010011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F8CA; }

 p { color: rgb(208,248,202); }

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

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

 a { background-color: rgb(208,248,202); }

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

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

 span { border-color: rgb(208,248,202); }

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