Html Css Color HEX #D4DBD3 Peppermint

📋 copy color: '#D4DBD3'

red 212 ◦ green 219 ◦ blue 211

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

Shades of Peppermint #D4DBD3

Tints of Peppermint #D4DBD3

RGB

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

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

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

R = 33.02%
G = 34.11%
B = 32.87%

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

#D4DBD3 (or 0xD4DBD3) is known color: Peppermint. HEX triplet: D4, DB and D3. RGB value is (212,219,211). Sum of RGB (Red+Green+Blue) = 212+219+211=642 (85% of max value = 765). Red value is 212 (83.20% from 255 or 33.02% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DBD3 is #2B242C. Grayscale: #D8D8D8. Windows color (decimal): -2827309 or 13884372. OLE color: 13884372.

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

Color convert

RGB 212 219 211 -
CMYK 0.03 0 0.04 0.14
HSL 112.5º 0.1% 0.84% -
HSV(B) 112.5º 0.04% 0.86% -
XYZ 64.24 69.36 71.63 -
YUV 216 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 212 219 211 0.03 0 0.04 0.14 112.5 0.1 0.84
Hex D4 DB D3 3 0 4 E 70 A 54
Octal 324 333 323 3 0 4 16 160 12 124
Binary 11010100 11011011 11010011 11 0 100 1110 1110000 1010 1010100

Color Harmonies of #D4DBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DBD3

Black with #D4DBD3

Text Example


Text Example

White with #D4DBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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