#D0DDCE

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

Shades of Peppermint #D0DDCE

Tints of Peppermint #D0DDCE

Color information

#D0DDCE (or 0xD0DDCE) is unknown color: approx Peppermint. HEX triplet: D0, DD and CE. RGB value is (208,221,206). Sum of RGB (Red+Green+Blue) = 208+221+206=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDCE is #2F2231. Grayscale: #D7D7D7. Windows color (decimal): -3088946 or 13557200. OLE color: 13557200.

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

Color convert

RGB208221206-
CMYK0.0600.070.13
HSL112º18.07%83.73%-
HSV(B)112º6.79%86.67%-
XYZ63.0169.5868.5-
YUV215.4122.69122.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.76%
GREEN value IS 221 (86.72% from 255) = 34.80%
BLUE value IS 206 (80.86% from 255) = 32.44%
R=32.76%
G=34.80%
B=32.44%

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
Decimal2082212060.0600.070.1311218.0783.73
HexD0DDCE607D701254
Octal3203353166071516022124
Binary110100001101110111001110110011111011110000100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DDCE; }

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

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

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

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

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

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

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

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