#D0DDCB

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

Shades of Peppermint #D0DDCB

Tints of Peppermint #D0DDCB

Color information

#D0DDCB (or 0xD0DDCB) is unknown color: approx Peppermint. HEX triplet: D0, DD and CB. RGB value is (208,221,203). Sum of RGB (Red+Green+Blue) = 208+221+203=632 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.91% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDCB is #2F2234. Grayscale: #D7D7D7. Windows color (decimal): -3088949 or 13360592. OLE color: 13360592.

HSL color Cylindrical-coordinate representation of color #D0DDCB: hue angle of 103.33º degrees, saturation: 0.21, 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 #D0DDCB is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB208221203-
CMYK0.0600.080.13
HSL103.33º20.93%83.14%-
HSV(B)103.33º8.14%86.67%-
XYZ62.6569.4366.6-
YUV215.06121.19122.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.91%
GREEN value IS 221 (86.72% from 255) = 34.97%
BLUE value IS 203 (79.69% from 255) = 32.12%
R=32.91%
G=34.97%
B=32.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082212030.0600.080.13103.3320.9383.14
HexD0DDCB608D671553
Octal32033531360101514725123
Binary1101000011011101110010111100100011011100111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DDCB; }

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

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

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

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

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

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

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

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