Html Css Color HEX #D8DDD6 Peppermint

📋 copy color: '#D8DDD6'

red 216 ◦ green 221 ◦ blue 214

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

Shades of Peppermint #D8DDD6

Tints of Peppermint #D8DDD6

RGB

 RED value IS 216 (84.77% from 255) = 33.18%

 GREEN value IS 221 (86.72% from 255) = 33.95%

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

R = 33.18%
G = 33.95%
B = 32.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#D8DDD6 (or 0xD8DDD6) is known color: Peppermint. HEX triplet: D8, DD and D6. RGB value is (216,221,214). Sum of RGB (Red+Green+Blue) = 216+221+214=651 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.18% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 214 (83.98% from 255 or 32.87% from 651); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DDD6 is #272229. Grayscale: #DADADA. Windows color (decimal): -2564650 or 14081496. OLE color: 14081496.

HSL color Cylindrical-coordinate representation of color #D8DDD6: hue angle of 102.86º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D8DDD6 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 221 214 -
CMYK 0.02 0 0.03 0.13
HSL 102.86º 0.09% 0.85% -
HSV(B) 102.86º 0.03% 0.87% -
XYZ 66.31 71.17 73.86 -
YUV 218.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 216 221 214 0.02 0 0.03 0.13 102.86 0.09 0.85
Hex D8 DD D6 2 0 3 D 67 9 55
Octal 330 335 326 2 0 3 15 147 11 125
Binary 11011000 11011101 11010110 10 0 11 1101 1100111 1001 1010101

Color Harmonies of #D8DDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DDD6

Black with #D8DDD6

Text Example


Text Example

White with #D8DDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DDD6; }

 p { color: rgb(216,221,214); }

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

background-color css

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

 a { background-color: rgb(216,221,214); }

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

border-color css

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

 span { border-color: rgb(216,221,214); }

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