#D2DFCB

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

Shades of Peppermint #D2DFCB

Tints of Peppermint #D2DFCB

Color information

#D2DFCB (or 0xD2DFCB) is unknown color: approx Peppermint. HEX triplet: D2, DF and CB. RGB value is (210,223,203). Sum of RGB (Red+Green+Blue) = 210+223+203=636 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.02% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DFCB is #2D2034. Grayscale: #D8D8D8. Windows color (decimal): -2957365 or 13361106. OLE color: 13361106.

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

Color convert

RGB210223203-
CMYK0.0600.090.13
HSL99º23.81%83.53%-
HSV(B)99º8.97%87.45%-
XYZ63.7570.7966.8-
YUV216.83120.19123.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.02%
GREEN value IS 223 (87.5% from 255) = 35.06%
BLUE value IS 203 (79.69% from 255) = 31.92%
R=33.02%
G=35.06%
B=31.92%

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
Decimal2102232030.0600.090.139923.8183.53
HexD2DFCB609D631854
Octal32233731360111514330124
Binary1101001011011111110010111100100111011100011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DFCB; }

 p { color: rgb(210,223,203); }

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

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

 a { background-color: rgb(210,223,203); }

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

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

 span { border-color: rgb(210,223,203); }

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