Html Css Color HEX #D6DBD4 Peppermint

📋 copy color: '#D6DBD4'

red 214 ◦ green 219 ◦ blue 212

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

Shades of Peppermint #D6DBD4

Tints of Peppermint #D6DBD4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.95%

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

R = 33.18%
G = 33.95%
B = 32.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#D6DBD4 (or 0xD6DBD4) is known color: Peppermint. HEX triplet: D6, DB and D4. RGB value is (214,219,212). Sum of RGB (Red+Green+Blue) = 214+219+212=645 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.18% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 212 (83.20% from 255 or 32.87% from 645); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DBD4 is #29242B. Grayscale: #D8D8D8. Windows color (decimal): -2696236 or 13949910. OLE color: 13949910.

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

Color convert

RGB 214 219 212 -
CMYK 0.02 0 0.03 0.14
HSL 102.86º 0.09% 0.85% -
HSV(B) 102.86º 0.03% 0.86% -
XYZ 64.95 69.71 72.32 -
YUV 216.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 214 219 212 0.02 0 0.03 0.14 102.86 0.09 0.85
Hex D6 DB D4 2 0 3 E 67 9 55
Octal 326 333 324 2 0 3 16 147 11 125
Binary 11010110 11011011 11010100 10 0 11 1110 1100111 1001 1010101

Color Harmonies of #D6DBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DBD4

Black with #D6DBD4

Text Example


Text Example

White with #D6DBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DBD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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