Html Css Color HEX #D4DDD0 Peppermint

📋 copy color: '#D4DDD0'

red 212 ◦ green 221 ◦ blue 208

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

Shades of Peppermint #D4DDD0

Tints of Peppermint #D4DDD0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.48%

 BLUE value IS 208 (81.64% from 255) = 32.45%

R = 33.07%
G = 34.48%
B = 32.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#D4DDD0 (or 0xD4DDD0) is known color: Peppermint. HEX triplet: D4, DD and D0. RGB value is (212,221,208). Sum of RGB (Red+Green+Blue) = 212+221+208=641 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.07% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 208 (81.64% from 255 or 32.45% from 641); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDD0 is #2B222F. Grayscale: #D8D8D8. Windows color (decimal): -2826800 or 13688276. OLE color: 13688276.

HSL color Cylindrical-coordinate representation of color #D4DDD0: hue angle of 101.54º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D4DDD0 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 221 208 -
CMYK 0.04 0 0.06 0.13
HSL 101.54º 0.16% 0.84% -
HSV(B) 101.54º 0.06% 0.87% -
XYZ 64.39 70.26 69.84 -
YUV 216.83 123.02 124.56 -
System Red Green Blue C M Y K H S L
Decimal 212 221 208 0.04 0 0.06 0.13 101.54 0.16 0.84
Hex D4 DD D0 4 0 6 D 66 10 54
Octal 324 335 320 4 0 6 15 146 20 124
Binary 11010100 11011101 11010000 100 0 110 1101 1100110 10000 1010100

Color Harmonies of #D4DDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DDD0

Black with #D4DDD0

Text Example


Text Example

White with #D4DDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DDD0; }

 p { color: rgb(212,221,208); }

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

background-color css

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

 a { background-color: rgb(212,221,208); }

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

border-color css

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

 span { border-color: rgb(212,221,208); }

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