#D0DACC

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

Shades of Peppermint #D0DACC

Tints of Peppermint #D0DACC

Color information

#D0DACC (or 0xD0DACC) is unknown color: approx Peppermint. HEX triplet: D0, DA and CC. RGB value is (208,218,204). Sum of RGB (Red+Green+Blue) = 208+218+204=630 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.02% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DACC is #2F2533. Grayscale: #D5D5D5. Windows color (decimal): -3089716 or 13425360. OLE color: 13425360.

HSL color Cylindrical-coordinate representation of color #D0DACC: hue angle of 102.86º degrees, saturation: 0.16, 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 #D0DACC is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB208218204-
CMYK0.0500.060.15
HSL102.86º15.91%82.75%-
HSV(B)102.86º6.42%85.49%-
XYZ61.9867.9166.97-
YUV213.41122.69124.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.02%
GREEN value IS 218 (85.55% from 255) = 34.60%
BLUE value IS 204 (80.08% from 255) = 32.38%
R=33.02%
G=34.60%
B=32.38%

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
Decimal2082182040.0500.060.15102.8615.9182.75
HexD0DACC506F671053
Octal3203323145061714720123
Binary110100001101101011001100101011011111100111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DACC; }

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

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

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

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

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

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

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

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