#D0DDCF

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

Shades of Peppermint #D0DDCF

Tints of Peppermint #D0DDCF

Color information

#D0DDCF (or 0xD0DDCF) is unknown color: approx Peppermint. HEX triplet: D0, DD and CF. RGB value is (208,221,207). Sum of RGB (Red+Green+Blue) = 208+221+207=636 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.70% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDCF is #2F2230. Grayscale: #D7D7D7. Windows color (decimal): -3088945 or 13622736. OLE color: 13622736.

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

Color convert

RGB208221207-
CMYK0.0600.060.13
HSL115.71º17.07%83.92%-
HSV(B)115.71º6.33%86.67%-
XYZ63.1369.6369.14-
YUV215.52123.19122.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.70%
GREEN value IS 221 (86.72% from 255) = 34.75%
BLUE value IS 207 (81.25% from 255) = 32.55%
R=32.70%
G=34.75%
B=32.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082212070.0600.060.13115.7117.0783.92
HexD0DDCF606D741154
Octal3203353176061516421124
Binary110100001101110111001111110011011011110100100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DDCF; }

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

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

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

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

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

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

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

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