#D2DACE

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

Shades of Peppermint #D2DACE

Tints of Peppermint #D2DACE

Color information

#D2DACE (or 0xD2DACE) is unknown color: approx Peppermint. HEX triplet: D2, DA and CE. RGB value is (210,218,206). Sum of RGB (Red+Green+Blue) = 210+218+206=634 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.12% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DACE is #2D2531. Grayscale: #D6D6D6. Windows color (decimal): -2958642 or 13556434. OLE color: 13556434.

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

Color convert

RGB210218206-
CMYK0.0400.060.15
HSL100º13.95%83.14%-
HSV(B)100º5.5%85.49%-
XYZ62.7968.368.27-
YUV214.24123.35124.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.12%
GREEN value IS 218 (85.55% from 255) = 34.38%
BLUE value IS 206 (80.86% from 255) = 32.49%
R=33.12%
G=34.38%
B=32.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102182060.0400.060.1510013.9583.14
HexD2DACE406F64e53
Octal3223323164061714416123
Binary11010010110110101100111010001101111110010011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DACE; }

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

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

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

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

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

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

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

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