Html Css Color HEX #D5DED1 Peppermint

📋 copy color: '#D5DED1'

red 213 ◦ green 222 ◦ blue 209

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

Shades of Peppermint #D5DED1

Tints of Peppermint #D5DED1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.47%

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

R = 33.07%
G = 34.47%
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

#D5DED1 (or 0xD5DED1) is known color: Peppermint. HEX triplet: D5, DE and D1. RGB value is (213,222,209). Sum of RGB (Red+Green+Blue) = 213+222+209=644 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.07% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 209 (82.03% from 255 or 32.45% from 644); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DED1 is #2A212E. Grayscale: #D9D9D9. Windows color (decimal): -2761007 or 13754069. OLE color: 13754069.

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

Color convert

RGB 213 222 209 -
CMYK 0.04 0 0.06 0.13
HSL 101.54º 0.16% 0.85% -
HSV(B) 101.54º 0.06% 0.87% -
XYZ 65.07 70.99 70.59 -
YUV 217.83 123.02 124.56 -
System Red Green Blue C M Y K H S L
Decimal 213 222 209 0.04 0 0.06 0.13 101.54 0.16 0.85
Hex D5 DE D1 4 0 6 D 66 10 55
Octal 325 336 321 4 0 6 15 146 20 125
Binary 11010101 11011110 11010001 100 0 110 1101 1100110 10000 1010101

Color Harmonies of #D5DED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DED1

Black with #D5DED1

Text Example


Text Example

White with #D5DED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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