#D5DFCF

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

Shades of Peppermint #D5DFCF

Tints of Peppermint #D5DFCF

Color information

#D5DFCF (or 0xD5DFCF) is unknown color: approx Peppermint. HEX triplet: D5, DF and CF. RGB value is (213,223,207). Sum of RGB (Red+Green+Blue) = 213+223+207=643 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.13% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFCF is #2A2030. Grayscale: #DADADA. Windows color (decimal): -2760753 or 13623253. OLE color: 13623253.

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

Color convert

RGB213223207-
CMYK0.0400.070.13
HSL97.5º20%84.31%-
HSV(B)97.5º7.17%87.45%-
XYZ65.0971.4369.39-
YUV218.19121.69124.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.13%
GREEN value IS 223 (87.5% from 255) = 34.68%
BLUE value IS 207 (81.25% from 255) = 32.19%
R=33.13%
G=34.68%
B=32.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132232070.0400.070.1397.52084.31
HexD5DFCF407D611454
Octal3253373174071514124124
Binary110101011101111111001111100011111011100001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DFCF; }

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

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

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

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

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

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

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

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