#D0DCCB

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

Shades of Peppermint #D0DCCB

Tints of Peppermint #D0DCCB

Color information

#D0DCCB (or 0xD0DCCB) is unknown color: approx Peppermint. HEX triplet: D0, DC and CB. RGB value is (208,220,203). Sum of RGB (Red+Green+Blue) = 208+220+203=631 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.96% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DCCB is #2F2334. Grayscale: #D6D6D6. Windows color (decimal): -3089205 or 13360336. OLE color: 13360336.

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

Color convert

RGB208220203-
CMYK0.0500.080.14
HSL102.35º19.54%82.94%-
HSV(B)102.35º7.73%86.27%-
XYZ62.3968.9166.51-
YUV214.47121.52123.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.96%
GREEN value IS 220 (86.33% from 255) = 34.87%
BLUE value IS 203 (79.69% from 255) = 32.17%
R=32.96%
G=34.87%
B=32.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082202030.0500.080.14102.3519.5482.94
HexD0DCCB508E661453
Octal32033431350101614624123
Binary1101000011011100110010111010100011101100110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DCCB; }

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

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

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

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

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

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

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

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