#D0DFCC

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

Shades of Peppermint #D0DFCC

Tints of Peppermint #D0DFCC

Color information

#D0DFCC (or 0xD0DFCC) is unknown color: approx Peppermint. HEX triplet: D0, DF and CC. RGB value is (208,223,204). Sum of RGB (Red+Green+Blue) = 208+223+204=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DFCC is #2F2033. Grayscale: #D8D8D8. Windows color (decimal): -3088436 or 13426640. OLE color: 13426640.

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

Color convert

RGB208223204-
CMYK0.0700.090.13
HSL107.37º22.89%83.73%-
HSV(B)107.37º8.52%87.45%-
XYZ63.370.5467.41-
YUV216.35121.03122.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.76%
GREEN value IS 223 (87.5% from 255) = 35.12%
BLUE value IS 204 (80.08% from 255) = 32.13%
R=32.76%
G=35.12%
B=32.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082232040.0700.090.13107.3722.8983.73
HexD0DFCC709D6b1754
Octal32033731470111515327124
Binary1101000011011111110011001110100111011101011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DFCC; }

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

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

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

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

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

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

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

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