Html Css Color HEX #D6E3D0 Peppermint

📋 copy color: '#D6E3D0'

red 214 ◦ green 227 ◦ blue 208

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

Shades of Peppermint #D6E3D0

Tints of Peppermint #D6E3D0

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.98%

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

R = 32.97%
G = 34.98%
B = 32.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#D6E3D0 (or 0xD6E3D0) is known color: Peppermint. HEX triplet: D6, E3 and D0. RGB value is (214,227,208). Sum of RGB (Red+Green+Blue) = 214+227+208=649 (85% of max value = 765). Red value is 214 (83.98% from 255 or 32.97% from 649); Green value is 227 (89.06% from 255 or 34.98% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 227 - color contains mainly: green. Hex color #D6E3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E3D0 is #291C2F. Grayscale: #DDDDDD. Windows color (decimal): -2694192 or 13689814. OLE color: 13689814.

HSL color Cylindrical-coordinate representation of color #D6E3D0: hue angle of 101.05º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6E3D0 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 227 208 -
CMYK 0.06 0 0.08 0.11
HSL 101.05º 0.25% 0.85% -
HSV(B) 101.05º 0.08% 0.89% -
XYZ 66.59 73.79 70.41 -
YUV 220.95 120.69 123.04 -
System Red Green Blue C M Y K H S L
Decimal 214 227 208 0.06 0 0.08 0.11 101.05 0.25 0.85
Hex D6 E3 D0 6 0 8 B 65 19 55
Octal 326 343 320 6 0 10 13 145 31 125
Binary 11010110 11100011 11010000 110 0 1000 1011 1100101 11001 1010101

Color Harmonies of #D6E3D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E3D0

Black with #D6E3D0

Text Example


Text Example

White with #D6E3D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E3D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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