#D2DCCE

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

Shades of Peppermint #D2DCCE

Tints of Peppermint #D2DCCE

Color information

#D2DCCE (or 0xD2DCCE) is unknown color: approx Peppermint. HEX triplet: D2, DC and CE. RGB value is (210,220,206). Sum of RGB (Red+Green+Blue) = 210+220+206=636 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.02% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCCE is #2D2331. Grayscale: #D7D7D7. Windows color (decimal): -2958130 or 13556946. OLE color: 13556946.

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

Color convert

RGB210220206-
CMYK0.0500.060.14
HSL102.86º16.67%83.53%-
HSV(B)102.86º6.36%86.27%-
XYZ63.3169.3468.44-
YUV215.41122.69124.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.02%
GREEN value IS 220 (86.33% from 255) = 34.59%
BLUE value IS 206 (80.86% from 255) = 32.39%
R=33.02%
G=34.59%
B=32.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102202060.0500.060.14102.8616.6783.53
HexD2DCCE506E671154
Octal3223343165061614721124
Binary110100101101110011001110101011011101100111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DCCE; }

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

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

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

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

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

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

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

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