Html Css Color HEX #D4DBD2 Peppermint

📋 copy color: '#D4DBD2'

red 212 ◦ green 219 ◦ blue 210

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

Shades of Peppermint #D4DBD2

Tints of Peppermint #D4DBD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.76%

R = 33.07%
G = 34.17%
B = 32.76%

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

#D4DBD2 (or 0xD4DBD2) is known color: Peppermint. HEX triplet: D4, DB and D2. RGB value is (212,219,210). Sum of RGB (Red+Green+Blue) = 212+219+210=641 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.07% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 210 (82.42% from 255 or 32.76% from 641); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DBD2 is #2B242D. Grayscale: #D7D7D7. Windows color (decimal): -2827310 or 13818836. OLE color: 13818836.

HSL color Cylindrical-coordinate representation of color #D4DBD2: hue angle of 106.67º degrees, saturation: 0.11, 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 #D4DBD2 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 219 210 -
CMYK 0.03 0 0.04 0.14
HSL 106.67º 0.11% 0.84% -
HSV(B) 106.67º 0.04% 0.86% -
XYZ 64.12 69.31 70.97 -
YUV 215.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 212 219 210 0.03 0 0.04 0.14 106.67 0.11 0.84
Hex D4 DB D2 3 0 4 E 6B B 54
Octal 324 333 322 3 0 4 16 153 13 124
Binary 11010100 11011011 11010010 11 0 100 1110 1101011 1011 1010100

Color Harmonies of #D4DBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DBD2

Black with #D4DBD2

Text Example


Text Example

White with #D4DBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DBD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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