Html Css Color HEX #D6E0D1 Peppermint

📋 copy color: '#D6E0D1'

red 214 ◦ green 224 ◦ blue 209

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

Shades of Peppermint #D6E0D1

Tints of Peppermint #D6E0D1

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.62%

 BLUE value IS 209 (82.03% from 255) = 32.3%

R = 33.08%
G = 34.62%
B = 32.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#D6E0D1 (or 0xD6E0D1) is known color: Peppermint. HEX triplet: D6, E0 and D1. RGB value is (214,224,209). Sum of RGB (Red+Green+Blue) = 214+224+209=647 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.08% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 209 (82.03% from 255 or 32.30% from 647); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E0D1 is #291F2E. Grayscale: #DBDBDB. Windows color (decimal): -2694959 or 13754582. OLE color: 13754582.

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

Color convert

RGB 214 224 209 -
CMYK 0.04 0 0.07 0.12
HSL 100º 0.19% 0.85% -
HSV(B) 100º 0.07% 0.88% -
XYZ 65.9 72.21 70.79 -
YUV 219.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 214 224 209 0.04 0 0.07 0.12 100 0.19 0.85
Hex D6 E0 D1 4 0 7 C 64 13 55
Octal 326 340 321 4 0 7 14 144 23 125
Binary 11010110 11100000 11010001 100 0 111 1100 1100100 10011 1010101

Color Harmonies of #D6E0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E0D1

Black with #D6E0D1

Text Example


Text Example

White with #D6E0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E0D1; }

 p { color: rgb(214,224,209); }

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

background-color css

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

 a { background-color: rgb(214,224,209); }

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

border-color css

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

 span { border-color: rgb(214,224,209); }

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