#D0E8CA

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

Shades of Snowy Mint #D0E8CA

Tints of Snowy Mint #D0E8CA

Color information

#D0E8CA (or 0xD0E8CA) is unknown color: approx Snowy Mint. HEX triplet: D0, E8 and CA. RGB value is (208,232,202). Sum of RGB (Red+Green+Blue) = 208+232+202=642 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.40% from 642); Green value is 232 (91.02% from 255 or 36.14% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E8CA is #2F1735. Grayscale: #DDDDDD. Windows color (decimal): -3086134 or 13297872. OLE color: 13297872.

HSL color Cylindrical-coordinate representation of color #D0E8CA: hue angle of 108º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0E8CA is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB208232202-
CMYK0.1000.130.09
HSL108º39.47%85.1%-
HSV(B)108º12.93%90.98%-
XYZ65.5375.3966.97-
YUV221.4117.05118.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.40%
GREEN value IS 232 (91.02% from 255) = 36.14%
BLUE value IS 202 (79.30% from 255) = 31.46%
R=32.40%
G=36.14%
B=31.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082322020.1000.130.0910839.4785.1
HexD0E8CAA0D96c2755
Octal320350312120151115447125
Binary110100001110100011001010101001101100111011001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E8CA; }

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

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

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

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

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

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

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

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