Html Css Color HEX #D5E9CD Peppermint

📋 copy color: '#D5E9CD'

red 213 ◦ green 233 ◦ blue 205

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

Shades of Peppermint #D5E9CD

Tints of Peppermint #D5E9CD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.79%

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

R = 32.72%
G = 35.79%
B = 31.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#D5E9CD (or 0xD5E9CD) is known color: Peppermint. HEX triplet: D5, E9 and CD. RGB value is (213,233,205). Sum of RGB (Red+Green+Blue) = 213+233+205=651 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.72% from 651); Green value is 233 (91.41% from 255 or 35.79% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E9CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E9CD is #2A1632. Grayscale: #DFDFDF. Windows color (decimal): -2758195 or 13494741. OLE color: 13494741.

HSL color Cylindrical-coordinate representation of color #D5E9CD: hue angle of 102.86º degrees, saturation: 0.39, 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 #D5E9CD is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 233 205 -
CMYK 0.09 0 0.12 0.09
HSL 102.86º 0.39% 0.86% -
HSV(B) 102.86º 0.12% 0.91% -
XYZ 67.6 76.83 69.02 -
YUV 223.83 117.37 120.28 -
System Red Green Blue C M Y K H S L
Decimal 213 233 205 0.09 0 0.12 0.09 102.86 0.39 0.86
Hex D5 E9 CD 9 0 C 9 67 27 56
Octal 325 351 315 11 0 14 11 147 47 126
Binary 11010101 11101001 11001101 1001 0 1100 1001 1100111 100111 1010110

Color Harmonies of #D5E9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E9CD

Black with #D5E9CD

Text Example


Text Example

White with #D5E9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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