Html Css Color HEX #D4DAD1 Peppermint

📋 copy color: '#D4DAD1'

red 212 ◦ green 218 ◦ blue 209

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

Shades of Peppermint #D4DAD1

Tints of Peppermint #D4DAD1

RGB

 RED value IS 212 (83.2% from 255) = 33.18%

 GREEN value IS 218 (85.55% from 255) = 34.12%

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

R = 33.18%
G = 34.12%
B = 32.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D4DAD1 (or 0xD4DAD1) is known color: Peppermint. HEX triplet: D4, DA and D1. RGB value is (212,218,209). Sum of RGB (Red+Green+Blue) = 212+218+209=639 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.18% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DAD1 is #2B252E. Grayscale: #D7D7D7. Windows color (decimal): -2827567 or 13753044. OLE color: 13753044.

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

Color convert

RGB 212 218 209 -
CMYK 0.03 0 0.04 0.15
HSL 100º 0.11% 0.84% -
HSV(B) 100º 0.04% 0.85% -
XYZ 63.73 68.74 70.23 -
YUV 215.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 212 218 209 0.03 0 0.04 0.15 100 0.11 0.84
Hex D4 DA D1 3 0 4 F 64 B 54
Octal 324 332 321 3 0 4 17 144 13 124
Binary 11010100 11011010 11010001 11 0 100 1111 1100100 1011 1010100

Color Harmonies of #D4DAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DAD1

Black with #D4DAD1

Text Example


Text Example

White with #D4DAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DAD1; }

 p { color: rgb(212,218,209); }

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

background-color css

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

 a { background-color: rgb(212,218,209); }

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

border-color css

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

 span { border-color: rgb(212,218,209); }

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