#D1DBCF

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

Shades of Peppermint #D1DBCF

Tints of Peppermint #D1DBCF

Color information

#D1DBCF (or 0xD1DBCF) is unknown color: approx Peppermint. HEX triplet: D1, DB and CF. RGB value is (209,219,207). Sum of RGB (Red+Green+Blue) = 209+219+207=635 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.91% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DBCF is #2E2430. Grayscale: #D6D6D6. Windows color (decimal): -3023921 or 13622225. OLE color: 13622225.

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

Color convert

RGB209219207-
CMYK0.0500.050.14
HSL110º14.29%83.53%-
HSV(B)110º5.48%85.88%-
XYZ62.8968.7268.98-
YUV214.64123.69123.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.91%
GREEN value IS 219 (85.94% from 255) = 34.49%
BLUE value IS 207 (81.25% from 255) = 32.60%
R=32.91%
G=34.49%
B=32.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2092192070.0500.050.1411014.2983.53
HexD1DBCF505E6ee54
Octal3213333175051615616124
Binary11010001110110111100111110101011110110111011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DBCF; }

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

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

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

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

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

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

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

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