#D0DACE

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

Shades of Peppermint #D0DACE

Tints of Peppermint #D0DACE

Color information

#D0DACE (or 0xD0DACE) is unknown color: approx Peppermint. HEX triplet: D0, DA and CE. RGB value is (208,218,206). Sum of RGB (Red+Green+Blue) = 208+218+206=632 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.91% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DACE is #2F2531. Grayscale: #D5D5D5. Windows color (decimal): -3089714 or 13556432. OLE color: 13556432.

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

Color convert

RGB208218206-
CMYK0.0500.060.15
HSL110º13.95%83.14%-
HSV(B)110º5.5%85.49%-
XYZ62.2268.0168.24-
YUV213.64123.69123.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.91%
GREEN value IS 218 (85.55% from 255) = 34.49%
BLUE value IS 206 (80.86% from 255) = 32.59%
R=32.91%
G=34.49%
B=32.59%

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
Decimal2082182060.0500.060.1511013.9583.14
HexD0DACE506F6ee53
Octal3203323165061715616123
Binary11010000110110101100111010101101111110111011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DACE; }

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

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

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

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

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

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

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

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