#D0ECCA

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

Shades of Snowy Mint #D0ECCA

Tints of Snowy Mint #D0ECCA

Color information

#D0ECCA (or 0xD0ECCA) is unknown color: approx Snowy Mint. HEX triplet: D0, EC and CA. RGB value is (208,236,202). Sum of RGB (Red+Green+Blue) = 208+236+202=646 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.20% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0ECCA is #2F1335. Grayscale: #DFDFDF. Windows color (decimal): -3085110 or 13298896. OLE color: 13298896.

HSL color Cylindrical-coordinate representation of color #D0ECCA: hue angle of 109.41º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0ECCA is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB208236202-
CMYK0.1200.140.07
HSL109.41º47.22%85.88%-
HSV(B)109.41º14.41%92.55%-
XYZ66.6777.6767.35-
YUV223.75115.72116.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.20%
GREEN value IS 236 (92.58% from 255) = 36.53%
BLUE value IS 202 (79.30% from 255) = 31.27%
R=32.20%
G=36.53%
B=31.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082362020.1200.140.07109.4147.2285.88
HexD0ECCAC0E76d2f56
Octal32035431214016715557126
Binary11010000111011001100101011000111011111011011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ECCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ECCA; }

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

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

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

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

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

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

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

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