#D3DAD0

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

Shades of Peppermint #D3DAD0

Tints of Peppermint #D3DAD0

Color information

#D3DAD0 (or 0xD3DAD0) is unknown color: approx Peppermint. HEX triplet: D3, DA and D0. RGB value is (211,218,208). Sum of RGB (Red+Green+Blue) = 211+218+208=637 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.12% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DAD0 is #2C252F. Grayscale: #D6D6D6. Windows color (decimal): -2893104 or 13687507. OLE color: 13687507.

HSL color Cylindrical-coordinate representation of color #D3DAD0: hue angle of 102º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D3DAD0 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB211218208-
CMYK0.0300.050.15
HSL102º11.9%83.53%-
HSV(B)102º4.59%85.49%-
XYZ63.3268.5569.57-
YUV214.77124.18125.31-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.12%
GREEN value IS 218 (85.55% from 255) = 34.22%
BLUE value IS 208 (81.64% from 255) = 32.65%
R=33.12%
G=34.22%
B=32.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112182080.0300.050.1510211.983.53
HexD3DAD0305F66c54
Octal3233323203051714614124
Binary1101001111011010110100001101011111110011011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DAD0; }

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

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

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

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

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

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

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

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