#D0DACD

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

Shades of Peppermint #D0DACD

Tints of Peppermint #D0DACD

Color information

#D0DACD (or 0xD0DACD) is unknown color: approx Peppermint. HEX triplet: D0, DA and CD. RGB value is (208,218,205). Sum of RGB (Red+Green+Blue) = 208+218+205=631 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.96% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DACD is #2F2532. Grayscale: #D5D5D5. Windows color (decimal): -3089715 or 13490896. OLE color: 13490896.

HSL color Cylindrical-coordinate representation of color #D0DACD: hue angle of 106.15º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0DACD is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB208218205-
CMYK0.0500.060.15
HSL106.15º14.94%82.94%-
HSV(B)106.15º5.96%85.49%-
XYZ62.167.9667.6-
YUV213.53123.19124.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.96%
GREEN value IS 218 (85.55% from 255) = 34.55%
BLUE value IS 205 (80.47% from 255) = 32.49%
R=32.96%
G=34.55%
B=32.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082182050.0500.060.15106.1514.9482.94
HexD0DACD506F6af53
Octal3203323155061715217123
Binary11010000110110101100110110101101111110101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DACD; }

 p { color: rgb(208,218,205); }

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

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

 a { background-color: rgb(208,218,205); }

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

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

 span { border-color: rgb(208,218,205); }

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