#D0D5CF

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

Shades of Peppermint #D0D5CF

Tints of Peppermint #D0D5CF

Color information

#D0D5CF (or 0xD0D5CF) is unknown color: approx Peppermint. HEX triplet: D0, D5 and CF. RGB value is (208,213,207). Sum of RGB (Red+Green+Blue) = 208+213+207=628 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.12% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D5CF is #2F2A30. Grayscale: #D2D2D2. Windows color (decimal): -3090993 or 13620688. OLE color: 13620688.

HSL color Cylindrical-coordinate representation of color #D0D5CF: hue angle of 110º degrees, saturation: 0.07, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D0D5CF is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB208213207-
CMYK0.0200.030.16
HSL110º6.67%82.35%-
HSV(B)110º2.82%83.53%-
XYZ61.0765.568.46-
YUV210.82125.84125.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.12%
GREEN value IS 213 (83.59% from 255) = 33.92%
BLUE value IS 207 (81.25% from 255) = 32.96%
R=33.12%
G=33.92%
B=32.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082132070.0200.030.161106.6782.35
HexD0D5CF203106e752
Octal320325317203201567122
Binary110100001101010111001111100111000011011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D5CF; }

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

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

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

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

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

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

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

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