#D0DBCF

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

Shades of Peppermint #D0DBCF

Tints of Peppermint #D0DBCF

Color information

#D0DBCF (or 0xD0DBCF) is unknown color: approx Peppermint. HEX triplet: D0, DB and CF. RGB value is (208,219,207). Sum of RGB (Red+Green+Blue) = 208+219+207=634 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.81% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBCF is #2F2430. Grayscale: #D6D6D6. Windows color (decimal): -3089457 or 13622224. OLE color: 13622224.

HSL color Cylindrical-coordinate representation of color #D0DBCF: hue angle of 115º 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 #D0DBCF is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB208219207-
CMYK0.0500.050.14
HSL115º14.29%83.53%-
HSV(B)115º5.48%85.88%-
XYZ62.6168.5868.97-
YUV214.34123.86123.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.81%
GREEN value IS 219 (85.94% from 255) = 34.54%
BLUE value IS 207 (81.25% from 255) = 32.65%
R=32.81%
G=34.54%
B=32.65%

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
Decimal2082192070.0500.050.1411514.2983.53
HexD0DBCF505E73e54
Octal3203333175051616316124
Binary11010000110110111100111110101011110111001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DBCF; }

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

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

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

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

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

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

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

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