#D0DCCD

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

Shades of Peppermint #D0DCCD

Tints of Peppermint #D0DCCD

Color information

#D0DCCD (or 0xD0DCCD) is unknown color: approx Peppermint. HEX triplet: D0, DC and CD. RGB value is (208,220,205). Sum of RGB (Red+Green+Blue) = 208+220+205=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DCCD is #2F2332. Grayscale: #D6D6D6. Windows color (decimal): -3089203 or 13491408. OLE color: 13491408.

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

Color convert

RGB208220205-
CMYK0.0500.070.14
HSL108º17.65%83.33%-
HSV(B)108º6.82%86.27%-
XYZ62.636967.78-
YUV214.7122.52123.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.86%
GREEN value IS 220 (86.33% from 255) = 34.76%
BLUE value IS 205 (80.47% from 255) = 32.39%
R=32.86%
G=34.76%
B=32.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082202050.0500.070.1410817.6583.33
HexD0DCCD507E6c1253
Octal3203343155071615422123
Binary110100001101110011001101101011111101101100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DCCD; }

 p { color: rgb(208,220,205); }

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

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

 a { background-color: rgb(208,220,205); }

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

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

 span { border-color: rgb(208,220,205); }

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