#D1DFCA

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

Shades of Peppermint #D1DFCA

Tints of Peppermint #D1DFCA

Color information

#D1DFCA (or 0xD1DFCA) is unknown color: approx Peppermint. HEX triplet: D1, DF and CA. RGB value is (209,223,202). Sum of RGB (Red+Green+Blue) = 209+223+202=634 (83% of max value = 765). Red value is 209 (82.03% from 255 or 32.97% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DFCA is #2E2035. Grayscale: #D8D8D8. Windows color (decimal): -3022902 or 13295569. OLE color: 13295569.

HSL color Cylindrical-coordinate representation of color #D1DFCA: hue angle of 100º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1DFCA is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB209223202-
CMYK0.0600.090.13
HSL100º24.71%83.33%-
HSV(B)100º9.42%87.45%-
XYZ63.3470.5966.16-
YUV216.42119.86122.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.97%
GREEN value IS 223 (87.5% from 255) = 35.17%
BLUE value IS 202 (79.30% from 255) = 31.86%
R=32.97%
G=35.17%
B=31.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092232020.0600.090.1310024.7183.33
HexD1DFCA609D641953
Octal32133731260111514431123
Binary1101000111011111110010101100100111011100100110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DFCA; }

 p { color: rgb(209,223,202); }

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

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

 a { background-color: rgb(209,223,202); }

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

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

 span { border-color: rgb(209,223,202); }

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