Html Css Color HEX #D2E1CD Peppermint

📋 copy color: '#D2E1CD'

red 210 ◦ green 225 ◦ blue 205

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

Shades of Peppermint #D2E1CD

Tints of Peppermint #D2E1CD

RGB

 RED value IS 210 (82.42% from 255) = 32.81%

 GREEN value IS 225 (88.28% from 255) = 35.16%

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

R = 32.81%
G = 35.16%
B = 32.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#D2E1CD (or 0xD2E1CD) is known color: Peppermint. HEX triplet: D2, E1 and CD. RGB value is (210,225,205). Sum of RGB (Red+Green+Blue) = 210+225+205=640 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.81% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E1CD is #2D1E32. Grayscale: #DADADA. Windows color (decimal): -2956851 or 13492690. OLE color: 13492690.

HSL color Cylindrical-coordinate representation of color #D2E1CD: hue angle of 105º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2E1CD is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 225 205 -
CMYK 0.07 0 0.09 0.12
HSL 105º 0.25% 0.84% -
HSV(B) 105º 0.09% 0.88% -
XYZ 64.52 71.96 68.25 -
YUV 218.24 120.53 122.13 -
System Red Green Blue C M Y K H S L
Decimal 210 225 205 0.07 0 0.09 0.12 105 0.25 0.84
Hex D2 E1 CD 7 0 9 C 69 19 54
Octal 322 341 315 7 0 11 14 151 31 124
Binary 11010010 11100001 11001101 111 0 1001 1100 1101001 11001 1010100

Color Harmonies of #D2E1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E1CD

Black with #D2E1CD

Text Example


Text Example

White with #D2E1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E1CD; }

 p { color: rgb(210,225,205); }

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

background-color css

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

 a { background-color: rgb(210,225,205); }

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

border-color css

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

 span { border-color: rgb(210,225,205); }

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