#D2DDCE

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

Shades of Peppermint #D2DDCE

Tints of Peppermint #D2DDCE

Color information

#D2DDCE (or 0xD2DDCE) is unknown color: approx Peppermint. HEX triplet: D2, DD and CE. RGB value is (210,221,206). Sum of RGB (Red+Green+Blue) = 210+221+206=637 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.97% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDCE is #2D2231. Grayscale: #D8D8D8. Windows color (decimal): -2957874 or 13557202. OLE color: 13557202.

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

Color convert

RGB210221206-
CMYK0.0500.070.13
HSL104º18.07%83.73%-
HSV(B)104º6.79%86.67%-
XYZ63.5869.8768.53-
YUV216122.36123.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.97%
GREEN value IS 221 (86.72% from 255) = 34.69%
BLUE value IS 206 (80.86% from 255) = 32.34%
R=32.97%
G=34.69%
B=32.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102212060.0500.070.1310418.0783.73
HexD2DDCE507D681254
Octal3223353165071515022124
Binary110100101101110111001110101011111011101000100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DDCE; }

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

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

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

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

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

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

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

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