#D0DDCA

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

Shades of Peppermint #D0DDCA

Tints of Peppermint #D0DDCA

Color information

#D0DDCA (or 0xD0DDCA) is unknown color: approx Peppermint. HEX triplet: D0, DD and CA. RGB value is (208,221,202). Sum of RGB (Red+Green+Blue) = 208+221+202=631 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.96% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDCA is #2F2235. Grayscale: #D7D7D7. Windows color (decimal): -3088950 or 13295056. OLE color: 13295056.

HSL color Cylindrical-coordinate representation of color #D0DDCA: hue angle of 101.05º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0DDCA is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB208221202-
CMYK0.0600.090.13
HSL101.05º21.84%82.94%-
HSV(B)101.05º8.6%86.67%-
XYZ62.5369.3965.97-
YUV214.95120.69123.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.96%
GREEN value IS 221 (86.72% from 255) = 35.02%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=32.96%
G=35.02%
B=32.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082212020.0600.090.13101.0521.8482.94
HexD0DDCA609D651653
Octal32033531260111514526123
Binary1101000011011101110010101100100111011100101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DDCA; }

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

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

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

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

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

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

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

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