Html Css Color HEX #D7DBD6 Peppermint

📋 copy color: '#D7DBD6'

red 215 ◦ green 219 ◦ blue 214

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

Shades of Peppermint #D7DBD6

Tints of Peppermint #D7DBD6

RGB

 RED value IS 215 (84.38% from 255) = 33.18%

 GREEN value IS 219 (85.94% from 255) = 33.8%

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

R = 33.18%
G = 33.8%
B = 33.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#D7DBD6 (or 0xD7DBD6) is known color: Peppermint. HEX triplet: D7, DB and D6. RGB value is (215,219,214). Sum of RGB (Red+Green+Blue) = 215+219+214=648 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.18% from 648); Green value is 219 (85.94% from 255 or 33.80% from 648); Blue value is 214 (83.98% from 255 or 33.02% from 648); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DBD6 is #282429. Grayscale: #D9D9D9. Windows color (decimal): -2630698 or 14080983. OLE color: 14080983.

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

Color convert

RGB 215 219 214 -
CMYK 0.02 0 0.02 0.14
HSL 108º 0.06% 0.85% -
HSV(B) 108º 0.02% 0.86% -
XYZ 65.49 69.97 73.67 -
YUV 217.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 215 219 214 0.02 0 0.02 0.14 108 0.06 0.85
Hex D7 DB D6 2 0 2 E 6C 6 55
Octal 327 333 326 2 0 2 16 154 6 125
Binary 11010111 11011011 11010110 10 0 10 1110 1101100 110 1010101

Color Harmonies of #D7DBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DBD6

Black with #D7DBD6

Text Example


Text Example

White with #D7DBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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