#D0DECB

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

Shades of Peppermint #D0DECB

Tints of Peppermint #D0DECB

Color information

#D0DECB (or 0xD0DECB) is unknown color: approx Peppermint. HEX triplet: D0, DE and CB. RGB value is (208,222,203). Sum of RGB (Red+Green+Blue) = 208+222+203=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DECB is #2F2134. Grayscale: #D7D7D7. Windows color (decimal): -3088693 or 13360848. OLE color: 13360848.

HSL color Cylindrical-coordinate representation of color #D0DECB: hue angle of 104.21º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0DECB is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB208222203-
CMYK0.0600.090.13
HSL104.21º22.35%83.33%-
HSV(B)104.21º8.56%87.06%-
XYZ62.9169.9666.69-
YUV215.65120.86122.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.86%
GREEN value IS 222 (87.11% from 255) = 35.07%
BLUE value IS 203 (79.69% from 255) = 32.07%
R=32.86%
G=35.07%
B=32.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082222030.0600.090.13104.2122.3583.33
HexD0DECB609D681653
Octal32033631360111515026123
Binary1101000011011110110010111100100111011101000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DECB; }

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

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

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

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

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

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

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

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