#DADCD9

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

Shades of Peppermint #DADCD9

Tints of Peppermint #DADCD9

Color information

#DADCD9 (or 0xDADCD9) is unknown color: approx Peppermint. HEX triplet: DA, DC and D9. RGB value is (218,220,217). Sum of RGB (Red+Green+Blue) = 218+220+217=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 217 (85.16% from 255 or 33.13% from 655); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCD9 is #252326. Grayscale: #DBDBDB. Windows color (decimal): -2433831 or 14277850. OLE color: 14277850.

HSL color Cylindrical-coordinate representation of color #DADCD9: hue angle of 100º degrees, saturation: 0.04, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DADCD9 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB218220217-
CMYK0.0100.010.14
HSL100º4.11%85.69%-
HSV(B)100º1.36%86.27%-
XYZ67.0371.175.84-
YUV219.06126.84127.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.28%
GREEN value IS 220 (86.33% from 255) = 33.59%
BLUE value IS 217 (85.16% from 255) = 33.13%
R=33.28%
G=33.59%
B=33.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182202170.0100.010.141004.1185.69
HexDADCD9101E64456
Octal332334331101161444126
Binary110110101101110011011001101111011001001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCD9; }

 p { color: rgb(218,220,217); }

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

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

 a { background-color: rgb(218,220,217); }

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

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

 span { border-color: rgb(218,220,217); }

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