#D0DBCE

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

Shades of Peppermint #D0DBCE

Tints of Peppermint #D0DBCE

Color information

#D0DBCE (or 0xD0DBCE) is unknown color: approx Peppermint. HEX triplet: D0, DB and CE. RGB value is (208,219,206). Sum of RGB (Red+Green+Blue) = 208+219+206=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBCE is #2F2431. Grayscale: #D6D6D6. Windows color (decimal): -3089458 or 13556688. OLE color: 13556688.

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

Color convert

RGB208219206-
CMYK0.0500.060.14
HSL110.77º15.29%83.33%-
HSV(B)110.77º5.94%85.88%-
XYZ62.4868.5368.33-
YUV214.23123.36123.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.86%
GREEN value IS 219 (85.94% from 255) = 34.60%
BLUE value IS 206 (80.86% from 255) = 32.54%
R=32.86%
G=34.60%
B=32.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082192060.0500.060.14110.7715.2983.33
HexD0DBCE506E6ff53
Octal3203333165061615717123
Binary11010000110110111100111010101101110110111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DBCE; }

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

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

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

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

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

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

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

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