Html Css Color HEX #D4DAD3 Peppermint

📋 copy color: '#D4DAD3'

red 212 ◦ green 218 ◦ blue 211

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

Shades of Peppermint #D4DAD3

Tints of Peppermint #D4DAD3

RGB

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

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

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

R = 33.07%
G = 34.01%
B = 32.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D4DAD3 (or 0xD4DAD3) is known color: Peppermint. HEX triplet: D4, DA and D3. RGB value is (212,218,211). Sum of RGB (Red+Green+Blue) = 212+218+211=641 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.07% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 211 (82.81% from 255 or 32.92% from 641); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DAD3 is #2B252C. Grayscale: #D7D7D7. Windows color (decimal): -2827565 or 13884116. OLE color: 13884116.

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

Color convert

RGB 212 218 211 -
CMYK 0.03 0 0.03 0.15
HSL 111.43º 0.09% 0.84% -
HSV(B) 111.43º 0.03% 0.85% -
XYZ 63.98 68.84 71.54 -
YUV 215.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 212 218 211 0.03 0 0.03 0.15 111.43 0.09 0.84
Hex D4 DA D3 3 0 3 F 6F 9 54
Octal 324 332 323 3 0 3 17 157 11 124
Binary 11010100 11011010 11010011 11 0 11 1111 1101111 1001 1010100

Color Harmonies of #D4DAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DAD3

Black with #D4DAD3

Text Example


Text Example

White with #D4DAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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