#D1DACF

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

Shades of Peppermint #D1DACF

Tints of Peppermint #D1DACF

Color information

#D1DACF (or 0xD1DACF) is unknown color: approx Peppermint. HEX triplet: D1, DA and CF. RGB value is (209,218,207). Sum of RGB (Red+Green+Blue) = 209+218+207=634 (83% of max value = 765). Red value is 209 (82.03% from 255 or 32.97% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DACF is #2E2530. Grayscale: #D6D6D6. Windows color (decimal): -3024177 or 13621969. OLE color: 13621969.

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

Color convert

RGB209218207-
CMYK0.0400.050.15
HSL109.09º12.94%83.33%-
HSV(B)109.09º5.05%85.49%-
XYZ62.6368.268.9-
YUV214.06124.02124.39-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.97%
GREEN value IS 218 (85.55% from 255) = 34.38%
BLUE value IS 207 (81.25% from 255) = 32.65%
R=32.97%
G=34.38%
B=32.65%

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
Decimal2092182070.0400.050.15109.0912.9483.33
HexD1DACF405F6dd53
Octal3213323174051715515123
Binary11010001110110101100111110001011111110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DACF; }

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

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

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

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

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

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

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

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