#D0DBCB

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

Shades of Peppermint #D0DBCB

Tints of Peppermint #D0DBCB

Color information

#D0DBCB (or 0xD0DBCB) is unknown color: approx Peppermint. HEX triplet: D0, DB and CB. RGB value is (208,219,203). Sum of RGB (Red+Green+Blue) = 208+219+203=630 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.02% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBCB is #2F2434. Grayscale: #D5D5D5. Windows color (decimal): -3089461 or 13360080. OLE color: 13360080.

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

Color convert

RGB208219203-
CMYK0.0500.070.14
HSL101.25º18.18%82.75%-
HSV(B)101.25º7.31%85.88%-
XYZ62.1268.3866.43-
YUV213.89121.86123.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.02%
GREEN value IS 219 (85.94% from 255) = 34.76%
BLUE value IS 203 (79.69% from 255) = 32.22%
R=33.02%
G=34.76%
B=32.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082192030.0500.070.14101.2518.1882.75
HexD0DBCB507E651253
Octal3203333135071614522123
Binary110100001101101111001011101011111101100101100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DBCB; }

 p { color: rgb(208,219,203); }

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

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

 a { background-color: rgb(208,219,203); }

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

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

 span { border-color: rgb(208,219,203); }

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