#D0DDCD

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

Shades of Peppermint #D0DDCD

Tints of Peppermint #D0DDCD

Color information

#D0DDCD (or 0xD0DDCD) is unknown color: approx Peppermint. HEX triplet: D0, DD and CD. RGB value is (208,221,205). Sum of RGB (Red+Green+Blue) = 208+221+205=634 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.81% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDCD is #2F2232. Grayscale: #D7D7D7. Windows color (decimal): -3088947 or 13491664. OLE color: 13491664.

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

Color convert

RGB208221205-
CMYK0.0600.070.13
HSL108.75º19.05%83.53%-
HSV(B)108.75º7.24%86.67%-
XYZ62.8969.5367.86-
YUV215.29122.19122.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.81%
GREEN value IS 221 (86.72% from 255) = 34.86%
BLUE value IS 205 (80.47% from 255) = 32.33%
R=32.81%
G=34.86%
B=32.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082212050.0600.070.13108.7519.0583.53
HexD0DDCD607D6d1354
Octal3203353156071515523124
Binary110100001101110111001101110011111011101101100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DDCD; }

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

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

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

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

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

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

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

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