#D1DDCF

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

Shades of Peppermint #D1DDCF

Tints of Peppermint #D1DDCF

Color information

#D1DDCF (or 0xD1DDCF) is unknown color: approx Peppermint. HEX triplet: D1, DD and CF. RGB value is (209,221,207). Sum of RGB (Red+Green+Blue) = 209+221+207=637 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.81% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDCF is #2E2230. Grayscale: #D7D7D7. Windows color (decimal): -3023409 or 13622737. OLE color: 13622737.

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

Color convert

RGB209221207-
CMYK0.0500.060.13
HSL111.43º17.07%83.92%-
HSV(B)111.43º6.33%86.67%-
XYZ63.4169.7769.16-
YUV215.82123.02123.14-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.81%
GREEN value IS 221 (86.72% from 255) = 34.69%
BLUE value IS 207 (81.25% from 255) = 32.50%
R=32.81%
G=34.69%
B=32.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092212070.0500.060.13111.4317.0783.92
HexD1DDCF506D6f1154
Octal3213353175061515721124
Binary110100011101110111001111101011011011101111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DDCF; }

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

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

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

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

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

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

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

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