Html Css Color HEX #D5E8CD Peppermint

📋 copy color: '#D5E8CD'

red 213 ◦ green 232 ◦ blue 205

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

Shades of Peppermint #D5E8CD

Tints of Peppermint #D5E8CD

RGB

 RED value IS 213 (83.59% from 255) = 32.77%

 GREEN value IS 232 (91.02% from 255) = 35.69%

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

R = 32.77%
G = 35.69%
B = 31.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#D5E8CD (or 0xD5E8CD) is known color: Peppermint. HEX triplet: D5, E8 and CD. RGB value is (213,232,205). Sum of RGB (Red+Green+Blue) = 213+232+205=650 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.77% from 650); Green value is 232 (91.02% from 255 or 35.69% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E8CD is #2A1732. Grayscale: #DFDFDF. Windows color (decimal): -2758451 or 13494485. OLE color: 13494485.

HSL color Cylindrical-coordinate representation of color #D5E8CD: hue angle of 102.22º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5E8CD is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 232 205 -
CMYK 0.08 0 0.12 0.09
HSL 102.22º 0.37% 0.86% -
HSV(B) 102.22º 0.12% 0.91% -
XYZ 67.32 76.27 68.93 -
YUV 223.24 117.71 120.7 -
System Red Green Blue C M Y K H S L
Decimal 213 232 205 0.08 0 0.12 0.09 102.22 0.37 0.86
Hex D5 E8 CD 8 0 C 9 66 25 56
Octal 325 350 315 10 0 14 11 146 45 126
Binary 11010101 11101000 11001101 1000 0 1100 1001 1100110 100101 1010110

Color Harmonies of #D5E8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E8CD

Black with #D5E8CD

Text Example


Text Example

White with #D5E8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E8CD; }

 p { color: rgb(213,232,205); }

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

background-color css

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

 a { background-color: rgb(213,232,205); }

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

border-color css

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

 span { border-color: rgb(213,232,205); }

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