Html Css Color HEX #D6DFD3 Peppermint

📋 copy color: '#D6DFD3'

red 214 ◦ green 223 ◦ blue 211

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

Shades of Peppermint #D6DFD3

Tints of Peppermint #D6DFD3

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.41%

 BLUE value IS 211 (82.81% from 255) = 32.56%

R = 33.02%
G = 34.41%
B = 32.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#D6DFD3 (or 0xD6DFD3) is known color: Peppermint. HEX triplet: D6, DF and D3. RGB value is (214,223,211). Sum of RGB (Red+Green+Blue) = 214+223+211=648 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.02% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 211 (82.81% from 255 or 32.56% from 648); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DFD3 is #29202C. Grayscale: #DADADA. Windows color (decimal): -2695213 or 13885398. OLE color: 13885398.

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

Color convert

RGB 214 223 211 -
CMYK 0.04 0 0.05 0.13
HSL 105º 0.16% 0.85% -
HSV(B) 105º 0.05% 0.87% -
XYZ 65.88 71.77 72.01 -
YUV 218.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 214 223 211 0.04 0 0.05 0.13 105 0.16 0.85
Hex D6 DF D3 4 0 5 D 69 10 55
Octal 326 337 323 4 0 5 15 151 20 125
Binary 11010110 11011111 11010011 100 0 101 1101 1101001 10000 1010101

Color Harmonies of #D6DFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DFD3

Black with #D6DFD3

Text Example


Text Example

White with #D6DFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DFD3; }

 p { color: rgb(214,223,211); }

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

background-color css

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

 a { background-color: rgb(214,223,211); }

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

border-color css

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

 span { border-color: rgb(214,223,211); }

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