#DADDD9

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

Shades of Peppermint #DADDD9

Tints of Peppermint #DADDD9

Color information

#DADDD9 (or 0xDADDD9) is unknown color: approx Peppermint. HEX triplet: DA, DD and D9. RGB value is (218,221,217). Sum of RGB (Red+Green+Blue) = 218+221+217=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDD9 is #252226. Grayscale: #DBDBDB. Windows color (decimal): -2433575 or 14278106. OLE color: 14278106.

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

Color convert

RGB218221217-
CMYK0.0100.020.13
HSL105º5.56%85.88%-
HSV(B)105º1.81%86.67%-
XYZ67.2971.6375.92-
YUV219.65126.51126.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.23%
GREEN value IS 221 (86.72% from 255) = 33.69%
BLUE value IS 217 (85.16% from 255) = 33.08%
R=33.23%
G=33.69%
B=33.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182212170.0100.020.131055.5685.88
HexDADDD9102D69656
Octal332335331102151516126
Binary1101101011011101110110011010110111010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDD9; }

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

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

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

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

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

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

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

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