Html Css Color HEX #D1E2CD Peppermint

📋 copy color: '#D1E2CD'

red 209 ◦ green 226 ◦ blue 205

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

Shades of Peppermint #D1E2CD

Tints of Peppermint #D1E2CD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.31%

 BLUE value IS 205 (80.47% from 255) = 32.03%

R = 32.66%
G = 35.31%
B = 32.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#D1E2CD (or 0xD1E2CD) is known color: Peppermint. HEX triplet: D1, E2 and CD. RGB value is (209,226,205). Sum of RGB (Red+Green+Blue) = 209+226+205=640 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.66% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 226 - color contains mainly: green. Hex color #D1E2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E2CD is #2E1D32. Grayscale: #DADADA. Windows color (decimal): -3022131 or 13492945. OLE color: 13492945.

HSL color Cylindrical-coordinate representation of color #D1E2CD: hue angle of 108.57º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1E2CD is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 209 226 205 -
CMYK 0.08 0 0.09 0.11
HSL 108.57º 0.27% 0.85% -
HSV(B) 108.57º 0.09% 0.89% -
XYZ 64.51 72.36 68.32 -
YUV 218.52 120.37 121.21 -
System Red Green Blue C M Y K H S L
Decimal 209 226 205 0.08 0 0.09 0.11 108.57 0.27 0.85
Hex D1 E2 CD 8 0 9 B 6D 1B 55
Octal 321 342 315 10 0 11 13 155 33 125
Binary 11010001 11100010 11001101 1000 0 1001 1011 1101101 11011 1010101

Color Harmonies of #D1E2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E2CD

Black with #D1E2CD

Text Example


Text Example

White with #D1E2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E2CD; }

 p { color: rgb(209,226,205); }

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

background-color css

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

 a { background-color: rgb(209,226,205); }

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

border-color css

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

 span { border-color: rgb(209,226,205); }

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