#D1D9CF

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

Shades of Peppermint #D1D9CF

Tints of Peppermint #D1D9CF

Color information

#D1D9CF (or 0xD1D9CF) is unknown color: approx Peppermint. HEX triplet: D1, D9 and CF. RGB value is (209,217,207). Sum of RGB (Red+Green+Blue) = 209+217+207=633 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.02% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D9CF is #2E2630. Grayscale: #D5D5D5. Windows color (decimal): -3024433 or 13621713. OLE color: 13621713.

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

Color convert

RGB209217207-
CMYK0.0400.050.15
HSL108º11.63%83.14%-
HSV(B)108º4.61%85.1%-
XYZ62.3767.6968.81-
YUV213.47124.35124.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.02%
GREEN value IS 217 (85.16% from 255) = 34.28%
BLUE value IS 207 (81.25% from 255) = 32.70%
R=33.02%
G=34.28%
B=32.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092172070.0400.050.1510811.6383.14
HexD1D9CF405F6cc53
Octal3213313174051715414123
Binary11010001110110011100111110001011111110110011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D9CF; }

 p { color: rgb(209,217,207); }

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

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

 a { background-color: rgb(209,217,207); }

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

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

 span { border-color: rgb(209,217,207); }

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