Html Css Color HEX #D6DCD4 Peppermint

📋 copy color: '#D6DCD4'

red 214 ◦ green 220 ◦ blue 212

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

Shades of Peppermint #D6DCD4

Tints of Peppermint #D6DCD4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.06%

 BLUE value IS 212 (83.2% from 255) = 32.82%

R = 33.13%
G = 34.06%
B = 32.82%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#D6DCD4 (or 0xD6DCD4) is known color: Peppermint. HEX triplet: D6, DC and D4. RGB value is (214,220,212). Sum of RGB (Red+Green+Blue) = 214+220+212=646 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.13% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 212 (83.20% from 255 or 32.82% from 646); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DCD4 is #29232B. Grayscale: #D9D9D9. Windows color (decimal): -2695980 or 13950166. OLE color: 13950166.

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

Color convert

RGB 214 220 212 -
CMYK 0.03 0 0.04 0.14
HSL 105º 0.1% 0.85% -
HSV(B) 105º 0.04% 0.86% -
XYZ 65.21 70.24 72.41 -
YUV 217.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 214 220 212 0.03 0 0.04 0.14 105 0.1 0.85
Hex D6 DC D4 3 0 4 E 69 A 55
Octal 326 334 324 3 0 4 16 151 12 125
Binary 11010110 11011100 11010100 11 0 100 1110 1101001 1010 1010101

Color Harmonies of #D6DCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DCD4

Black with #D6DCD4

Text Example


Text Example

White with #D6DCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DCD4; }

 p { color: rgb(214,220,212); }

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

background-color css

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

 a { background-color: rgb(214,220,212); }

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

border-color css

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

 span { border-color: rgb(214,220,212); }

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