#D0DECD

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

Shades of Peppermint #D0DECD

Tints of Peppermint #D0DECD

Color information

#D0DECD (or 0xD0DECD) is unknown color: approx Peppermint. HEX triplet: D0, DE and CD. RGB value is (208,222,205). Sum of RGB (Red+Green+Blue) = 208+222+205=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DECD is #2F2132. Grayscale: #D7D7D7. Windows color (decimal): -3088691 or 13491920. OLE color: 13491920.

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

Color convert

RGB208222205-
CMYK0.0600.080.13
HSL109.41º20.48%83.73%-
HSV(B)109.41º7.66%87.06%-
XYZ63.1570.0667.95-
YUV215.88121.86122.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.76%
GREEN value IS 222 (87.11% from 255) = 34.96%
BLUE value IS 205 (80.47% from 255) = 32.28%
R=32.76%
G=34.96%
B=32.28%

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
Decimal2082222050.0600.080.13109.4120.4883.73
HexD0DECD608D6d1454
Octal32033631560101515524124
Binary1101000011011110110011011100100011011101101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DECD; }

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

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

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

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

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

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

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

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