Html Css Color HEX #D1DDD0 Peppermint

📋 copy color: '#D1DDD0'

red 209 ◦ green 221 ◦ blue 208

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

Shades of Peppermint #D1DDD0

Tints of Peppermint #D1DDD0

RGB

 RED value IS 209 (82.03% from 255) = 32.76%

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

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

R = 32.76%
G = 34.64%
B = 32.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#D1DDD0 (or 0xD1DDD0) is known color: Peppermint. HEX triplet: D1, DD and D0. RGB value is (209,221,208). Sum of RGB (Red+Green+Blue) = 209+221+208=638 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.76% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDD0 is #2E222F. Grayscale: #D7D7D7. Windows color (decimal): -3023408 or 13688273. OLE color: 13688273.

HSL color Cylindrical-coordinate representation of color #D1DDD0: hue angle of 115.38º 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 #D1DDD0 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 221 208 -
CMYK 0.05 0 0.06 0.13
HSL 115.38º 0.16% 0.84% -
HSV(B) 115.38º 0.06% 0.87% -
XYZ 63.54 69.82 69.8 -
YUV 215.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 209 221 208 0.05 0 0.06 0.13 115.38 0.16 0.84
Hex D1 DD D0 5 0 6 D 73 10 54
Octal 321 335 320 5 0 6 15 163 20 124
Binary 11010001 11011101 11010000 101 0 110 1101 1110011 10000 1010100

Color Harmonies of #D1DDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DDD0

Black with #D1DDD0

Text Example


Text Example

White with #D1DDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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