Html Css Color HEX #D1DDCB Peppermint

📋 copy color: '#D1DDCB'

red 209 ◦ green 221 ◦ blue 203

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

Shades of Peppermint #D1DDCB

Tints of Peppermint #D1DDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.07%

R = 33.02%
G = 34.91%
B = 32.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#D1DDCB (or 0xD1DDCB) is known color: Peppermint. HEX triplet: D1, DD and CB. RGB value is (209,221,203). Sum of RGB (Red+Green+Blue) = 209+221+203=633 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.02% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDCB is #2E2234. Grayscale: #D7D7D7. Windows color (decimal): -3023413 or 13360593. OLE color: 13360593.

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

Color convert

RGB 209 221 203 -
CMYK 0.05 0 0.08 0.13
HSL 100º 0.21% 0.83% -
HSV(B) 100º 0.08% 0.87% -
XYZ 62.93 69.58 66.61 -
YUV 215.36 121.02 123.46 -
System Red Green Blue C M Y K H S L
Decimal 209 221 203 0.05 0 0.08 0.13 100 0.21 0.83
Hex D1 DD CB 5 0 8 D 64 15 53
Octal 321 335 313 5 0 10 15 144 25 123
Binary 11010001 11011101 11001011 101 0 1000 1101 1100100 10101 1010011

Color Harmonies of #D1DDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DDCB

Black with #D1DDCB

Text Example


Text Example

White with #D1DDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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