Html Css Color HEX #D9DDD7 Peppermint

📋 copy color: '#D9DDD7'

red 217 ◦ green 221 ◦ blue 215

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

Shades of Peppermint #D9DDD7

Tints of Peppermint #D9DDD7

RGB

 RED value IS 217 (85.16% from 255) = 33.23%

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

 BLUE value IS 215 (84.38% from 255) = 32.92%

R = 33.23%
G = 33.84%
B = 32.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#D9DDD7 (or 0xD9DDD7) is known color: Peppermint. HEX triplet: D9, DD and D7. RGB value is (217,221,215). Sum of RGB (Red+Green+Blue) = 217+221+215=653 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.23% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 215 (84.38% from 255 or 32.92% from 653); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDD7 is #262228. Grayscale: #DBDBDB. Windows color (decimal): -2499113 or 14147033. OLE color: 14147033.

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

Color convert

RGB 217 221 215 -
CMYK 0.02 0 0.03 0.13
HSL 100º 0.08% 0.85% -
HSV(B) 100º 0.03% 0.87% -
XYZ 66.74 71.37 74.55 -
YUV 219.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 217 221 215 0.02 0 0.03 0.13 100 0.08 0.85
Hex D9 DD D7 2 0 3 D 64 8 55
Octal 331 335 327 2 0 3 15 144 10 125
Binary 11011001 11011101 11010111 10 0 11 1101 1100100 1000 1010101

Color Harmonies of #D9DDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DDD7

Black with #D9DDD7

Text Example


Text Example

White with #D9DDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DDD7; }

 p { color: rgb(217,221,215); }

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

background-color css

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

 a { background-color: rgb(217,221,215); }

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

border-color css

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

 span { border-color: rgb(217,221,215); }

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