Html Css Color HEX #DBE1D8 Peppermint

📋 copy color: '#DBE1D8'

red 219 ◦ green 225 ◦ blue 216

#DBE1D8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peppermint #DBE1D8

Tints of Peppermint #DBE1D8

RGB

 RED value IS 219 (85.94% from 255) = 33.18%

 GREEN value IS 225 (88.28% from 255) = 34.09%

 BLUE value IS 216 (84.77% from 255) = 32.73%

R = 33.18%
G = 34.09%
B = 32.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#DBE1D8 (or 0xDBE1D8) is known color: Peppermint. HEX triplet: DB, E1 and D8. RGB value is (219,225,216). Sum of RGB (Red+Green+Blue) = 219+225+216=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 225 (88.28% from 255 or 34.09% from 660); Blue value is 216 (84.77% from 255 or 32.73% from 660); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE1D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE1D8 is #241E27. Grayscale: #DEDEDE. Windows color (decimal): -2367016 or 14213595. OLE color: 14213595.

HSL color Cylindrical-coordinate representation of color #DBE1D8: hue angle of 100º degrees, saturation: 0.13, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBE1D8 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 225 216 -
CMYK 0.03 0 0.04 0.12
HSL 100º 0.13% 0.86% -
HSV(B) 100º 0.04% 0.88% -
XYZ 68.53 73.87 75.61 -
YUV 222.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 219 225 216 0.03 0 0.04 0.12 100 0.13 0.86
Hex DB E1 D8 3 0 4 C 64 D 56
Octal 333 341 330 3 0 4 14 144 15 126
Binary 11011011 11100001 11011000 11 0 100 1100 1100100 1101 1010110

Color Harmonies of #DBE1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE1D8

Black with #DBE1D8

Text Example


Text Example

White with #DBE1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE1D8; }

 p { color: rgb(219,225,216); }

 H1.HeaderClassName
 {
   color: #DBE1D8;
 }
 .AnyTagClassName
 {
   color: #DBE1D8;
 }
</style>

background-color css

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

 a { background-color: rgb(219,225,216); }

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

border-color css

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

 span { border-color: rgb(219,225,216); }

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