#D0DACF

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

Shades of Peppermint #D0DACF

Tints of Peppermint #D0DACF

Color information

#D0DACF (or 0xD0DACF) is unknown color: approx Peppermint. HEX triplet: D0, DA and CF. RGB value is (208,218,207). Sum of RGB (Red+Green+Blue) = 208+218+207=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DACF is #2F2530. Grayscale: #D5D5D5. Windows color (decimal): -3089713 or 13621968. OLE color: 13621968.

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

Color convert

RGB208218207-
CMYK0.0500.050.15
HSL114.55º12.94%83.33%-
HSV(B)114.55º5.05%85.49%-
XYZ62.3568.0668.88-
YUV213.76124.19123.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.86%
GREEN value IS 218 (85.55% from 255) = 34.44%
BLUE value IS 207 (81.25% from 255) = 32.70%
R=32.86%
G=34.44%
B=32.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082182070.0500.050.15114.5512.9483.33
HexD0DACF505F73d53
Octal3203323175051716315123
Binary11010000110110101100111110101011111111001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DACF; }

 p { color: rgb(208,218,207); }

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

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

 a { background-color: rgb(208,218,207); }

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

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

 span { border-color: rgb(208,218,207); }

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