Html Css Color HEX #D1DDCC Peppermint

📋 copy color: '#D1DDCC'

red 209 ◦ green 221 ◦ blue 204

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

Shades of Peppermint #D1DDCC

Tints of Peppermint #D1DDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.18%

R = 32.97%
G = 34.86%
B = 32.18%

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

#D1DDCC (or 0xD1DDCC) is known color: Peppermint. HEX triplet: D1, DD and CC. RGB value is (209,221,204). Sum of RGB (Red+Green+Blue) = 209+221+204=634 (83% of max value = 765). Red value is 209 (82.03% from 255 or 32.97% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDCC is #2E2233. Grayscale: #D7D7D7. Windows color (decimal): -3023412 or 13426129. OLE color: 13426129.

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

Color convert

RGB 209 221 204 -
CMYK 0.05 0 0.08 0.13
HSL 102.35º 0.2% 0.83% -
HSV(B) 102.35º 0.08% 0.87% -
XYZ 63.05 69.63 67.24 -
YUV 215.47 121.52 123.38 -
System Red Green Blue C M Y K H S L
Decimal 209 221 204 0.05 0 0.08 0.13 102.35 0.2 0.83
Hex D1 DD CC 5 0 8 D 66 14 53
Octal 321 335 314 5 0 10 15 146 24 123
Binary 11010001 11011101 11001100 101 0 1000 1101 1100110 10100 1010011

Color Harmonies of #D1DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DDCC

Black with #D1DDCC

Text Example


Text Example

White with #D1DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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