#D0D8CD

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

Shades of Peppermint #D0D8CD

Tints of Peppermint #D0D8CD

Color information

#D0D8CD (or 0xD0D8CD) is unknown color: approx Peppermint. HEX triplet: D0, D8 and CD. RGB value is (208,216,205). Sum of RGB (Red+Green+Blue) = 208+216+205=629 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.07% from 629); Green value is 216 (84.77% from 255 or 34.34% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D8CD is #2F2732. Grayscale: #D4D4D4. Windows color (decimal): -3090227 or 13490384. OLE color: 13490384.

HSL color Cylindrical-coordinate representation of color #D0D8CD: hue angle of 103.64º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D0D8CD is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB208216205-
CMYK0.0400.050.15
HSL103.64º12.36%82.55%-
HSV(B)103.64º5.09%84.71%-
XYZ61.5966.9367.43-
YUV212.35123.85124.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.07%
GREEN value IS 216 (84.77% from 255) = 34.34%
BLUE value IS 205 (80.47% from 255) = 32.59%
R=33.07%
G=34.34%
B=32.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082162050.0400.050.15103.6412.3682.55
HexD0D8CD405F68c53
Octal3203303154051715014123
Binary11010000110110001100110110001011111110100011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D8CD; }

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

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

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

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

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

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

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

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