Html Css Color HEX #D6E8D0 Peppermint

📋 copy color: '#D6E8D0'

red 214 ◦ green 232 ◦ blue 208

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

Shades of Peppermint #D6E8D0

Tints of Peppermint #D6E8D0

RGB

 RED value IS 214 (83.98% from 255) = 32.72%

 GREEN value IS 232 (91.02% from 255) = 35.47%

 BLUE value IS 208 (81.64% from 255) = 31.8%

R = 32.72%
G = 35.47%
B = 31.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#D6E8D0 (or 0xD6E8D0) is known color: Peppermint. HEX triplet: D6, E8 and D0. RGB value is (214,232,208). Sum of RGB (Red+Green+Blue) = 214+232+208=654 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.72% from 654); Green value is 232 (91.02% from 255 or 35.47% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E8D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E8D0 is #29172F. Grayscale: #DFDFDF. Windows color (decimal): -2692912 or 13691094. OLE color: 13691094.

HSL color Cylindrical-coordinate representation of color #D6E8D0: hue angle of 105º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6E8D0 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 214 232 208 -
CMYK 0.08 0 0.10 0.09
HSL 105º 0.34% 0.86% -
HSV(B) 105º 0.1% 0.91% -
XYZ 67.97 76.56 70.87 -
YUV 223.88 119.04 120.95 -
System Red Green Blue C M Y K H S L
Decimal 214 232 208 0.08 0 0.10 0.09 105 0.34 0.86
Hex D6 E8 D0 8 0 A 9 69 22 56
Octal 326 350 320 10 0 12 11 151 42 126
Binary 11010110 11101000 11010000 1000 0 1010 1001 1101001 100010 1010110

Color Harmonies of #D6E8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E8D0

Black with #D6E8D0

Text Example


Text Example

White with #D6E8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E8D0; }

 p { color: rgb(214,232,208); }

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

background-color css

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

 a { background-color: rgb(214,232,208); }

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

border-color css

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

 span { border-color: rgb(214,232,208); }

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