#D0DCCC

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

Shades of Peppermint #D0DCCC

Tints of Peppermint #D0DCCC

Color information

#D0DCCC (or 0xD0DCCC) is unknown color: approx Peppermint. HEX triplet: D0, DC and CC. RGB value is (208,220,204). Sum of RGB (Red+Green+Blue) = 208+220+204=632 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.91% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DCCC is #2F2333. Grayscale: #D6D6D6. Windows color (decimal): -3089204 or 13425872. OLE color: 13425872.

HSL color Cylindrical-coordinate representation of color #D0DCCC: hue angle of 105º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0DCCC is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB208220204-
CMYK0.0500.070.14
HSL105º18.6%83.14%-
HSV(B)105º7.27%86.27%-
XYZ62.568.9667.14-
YUV214.59122.02123.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.91%
GREEN value IS 220 (86.33% from 255) = 34.81%
BLUE value IS 204 (80.08% from 255) = 32.28%
R=32.91%
G=34.81%
B=32.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082202040.0500.070.1410518.683.14
HexD0DCCC507E691353
Octal3203343145071615123123
Binary110100001101110011001100101011111101101001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DCCC; }

 p { color: rgb(208,220,204); }

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

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

 a { background-color: rgb(208,220,204); }

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

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

 span { border-color: rgb(208,220,204); }

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