#D0EDCB

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

Shades of Snowy Mint #D0EDCB

Tints of Snowy Mint #D0EDCB

Color information

#D0EDCB (or 0xD0EDCB) is unknown color: approx Snowy Mint. HEX triplet: D0, ED and CB. RGB value is (208,237,203). Sum of RGB (Red+Green+Blue) = 208+237+203=648 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.10% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 203 (79.69% from 255 or 31.33% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EDCB is #2F1234. Grayscale: #E0E0E0. Windows color (decimal): -3084853 or 13364688. OLE color: 13364688.

HSL color Cylindrical-coordinate representation of color #D0EDCB: hue angle of 111.18º degrees, saturation: 0.49, 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 #D0EDCB is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB208237203-
CMYK0.1200.140.07
HSL111.18º48.57%86.27%-
HSV(B)111.18º14.35%92.94%-
XYZ67.0878.2968.08-
YUV224.45115.89116.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.10%
GREEN value IS 237 (92.97% from 255) = 36.57%
BLUE value IS 203 (79.69% from 255) = 31.33%
R=32.10%
G=36.57%
B=31.33%

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
Decimal2082372030.1200.140.07111.1848.5786.27
HexD0EDCBC0E76f3156
Octal32035531314016715761126
Binary11010000111011011100101111000111011111011111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EDCB; }

 p { color: rgb(208,237,203); }

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

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

 a { background-color: rgb(208,237,203); }

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

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

 span { border-color: rgb(208,237,203); }

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