Html Css Color HEX #D5DDD1 Peppermint

📋 copy color: '#D5DDD1'

red 213 ◦ green 221 ◦ blue 209

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

Shades of Peppermint #D5DDD1

Tints of Peppermint #D5DDD1

RGB

 RED value IS 213 (83.59% from 255) = 33.13%

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

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

R = 33.13%
G = 34.37%
B = 32.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#D5DDD1 (or 0xD5DDD1) is known color: Peppermint. HEX triplet: D5, DD and D1. RGB value is (213,221,209). Sum of RGB (Red+Green+Blue) = 213+221+209=643 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.13% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 209 (82.03% from 255 or 32.50% from 643); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DDD1 is #2A222E. Grayscale: #D9D9D9. Windows color (decimal): -2761263 or 13753813. OLE color: 13753813.

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

Color convert

RGB 213 221 209 -
CMYK 0.04 0 0.05 0.13
HSL 100º 0.15% 0.84% -
HSV(B) 100º 0.05% 0.87% -
XYZ 64.81 70.46 70.51 -
YUV 217.24 123.35 124.98 -
System Red Green Blue C M Y K H S L
Decimal 213 221 209 0.04 0 0.05 0.13 100 0.15 0.84
Hex D5 DD D1 4 0 5 D 64 F 54
Octal 325 335 321 4 0 5 15 144 17 124
Binary 11010101 11011101 11010001 100 0 101 1101 1100100 1111 1010100

Color Harmonies of #D5DDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DDD1

Black with #D5DDD1

Text Example


Text Example

White with #D5DDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DDD1; }

 p { color: rgb(213,221,209); }

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

background-color css

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

 a { background-color: rgb(213,221,209); }

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

border-color css

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

 span { border-color: rgb(213,221,209); }

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