#D2DDCC

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

Shades of Peppermint #D2DDCC

Tints of Peppermint #D2DDCC

Color information

#D2DDCC (or 0xD2DDCC) is unknown color: approx Peppermint. HEX triplet: D2, DD and CC. RGB value is (210,221,204). Sum of RGB (Red+Green+Blue) = 210+221+204=635 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.07% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDCC is #2D2233. Grayscale: #D7D7D7. Windows color (decimal): -2957876 or 13426130. OLE color: 13426130.

HSL color Cylindrical-coordinate representation of color #D2DDCC: hue angle of 98.82º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D2DDCC is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB210221204-
CMYK0.0500.080.13
HSL98.82º20%83.33%-
HSV(B)98.82º7.69%86.67%-
XYZ63.3369.7767.26-
YUV215.77121.36123.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.07%
GREEN value IS 221 (86.72% from 255) = 34.80%
BLUE value IS 204 (80.08% from 255) = 32.13%
R=33.07%
G=34.80%
B=32.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102212040.0500.080.1398.822083.33
HexD2DDCC508D631453
Octal32233531450101514324123
Binary1101001011011101110011001010100011011100011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DDCC; }

 p { color: rgb(210,221,204); }

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

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

 a { background-color: rgb(210,221,204); }

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

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

 span { border-color: rgb(210,221,204); }

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