Html Css Color HEX #DBE7D6 Peppermint

📋 copy color: '#DBE7D6'

red 219 ◦ green 231 ◦ blue 214

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

Shades of Peppermint #DBE7D6

Tints of Peppermint #DBE7D6

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.79%

 BLUE value IS 214 (83.98% from 255) = 32.23%

R = 32.98%
G = 34.79%
B = 32.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#DBE7D6 (or 0xDBE7D6) is known color: Peppermint. HEX triplet: DB, E7 and D6. RGB value is (219,231,214). Sum of RGB (Red+Green+Blue) = 219+231+214=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 231 (90.62% from 255 or 34.79% from 664); Blue value is 214 (83.98% from 255 or 32.23% from 664); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE7D6 is #241829. Grayscale: #E1E1E1. Windows color (decimal): -2365482 or 14084059. OLE color: 14084059.

HSL color Cylindrical-coordinate representation of color #DBE7D6: hue angle of 102.35º degrees, saturation: 0.26, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBE7D6 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 231 214 -
CMYK 0.05 0 0.07 0.09
HSL 102.35º 0.26% 0.87% -
HSV(B) 102.35º 0.07% 0.91% -
XYZ 69.93 77.07 74.81 -
YUV 225.47 121.52 123.38 -
System Red Green Blue C M Y K H S L
Decimal 219 231 214 0.05 0 0.07 0.09 102.35 0.26 0.87
Hex DB E7 D6 5 0 7 9 66 1A 57
Octal 333 347 326 5 0 7 11 146 32 127
Binary 11011011 11100111 11010110 101 0 111 1001 1100110 11010 1010111

Color Harmonies of #DBE7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE7D6

Black with #DBE7D6

Text Example


Text Example

White with #DBE7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE7D6; }

 p { color: rgb(219,231,214); }

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

background-color css

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

 a { background-color: rgb(219,231,214); }

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

border-color css

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

 span { border-color: rgb(219,231,214); }

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