#D0EBCA

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

Shades of Snowy Mint #D0EBCA

Tints of Snowy Mint #D0EBCA

Color information

#D0EBCA (or 0xD0EBCA) is unknown color: approx Snowy Mint. HEX triplet: D0, EB and CA. RGB value is (208,235,202). Sum of RGB (Red+Green+Blue) = 208+235+202=645 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.25% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBCA is #2F1435. Grayscale: #DFDFDF. Windows color (decimal): -3085366 or 13298640. OLE color: 13298640.

HSL color Cylindrical-coordinate representation of color #D0EBCA: hue angle of 109.09º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0EBCA is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB208235202-
CMYK0.1100.140.08
HSL109.09º45.21%85.69%-
HSV(B)109.09º14.04%92.16%-
XYZ66.3877.0967.26-
YUV223.16116.05117.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.25%
GREEN value IS 235 (92.19% from 255) = 36.43%
BLUE value IS 202 (79.30% from 255) = 31.32%
R=32.25%
G=36.43%
B=31.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082352020.1100.140.08109.0945.2185.69
HexD0EBCAB0E86d2d56
Octal320353312130161015555126
Binary110100001110101111001010101101110100011011011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EBCA; }

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

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

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

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

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

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

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

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