Html Css Color HEX #D5EBC8 Peppermint

📋 copy color: '#D5EBC8'

red 213 ◦ green 235 ◦ blue 200

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

Shades of Peppermint #D5EBC8

Tints of Peppermint #D5EBC8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.27%

 BLUE value IS 200 (78.52% from 255) = 30.86%

R = 32.87%
G = 36.27%
B = 30.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#D5EBC8 (or 0xD5EBC8) is known color: Peppermint. HEX triplet: D5, EB and C8. RGB value is (213,235,200). Sum of RGB (Red+Green+Blue) = 213+235+200=648 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.87% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 200 (78.52% from 255 or 30.86% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EBC8 is #2A1437. Grayscale: #E0E0E0. Windows color (decimal): -2757688 or 13167573. OLE color: 13167573.

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

Color convert

RGB 213 235 200 -
CMYK 0.09 0 0.15 0.08
HSL 97.71º 0.47% 0.85% -
HSV(B) 97.71º 0.15% 0.92% -
XYZ 67.57 77.73 66.09 -
YUV 224.43 114.21 119.85 -
System Red Green Blue C M Y K H S L
Decimal 213 235 200 0.09 0 0.15 0.08 97.71 0.47 0.85
Hex D5 EB C8 9 0 F 8 62 2F 55
Octal 325 353 310 11 0 17 10 142 57 125
Binary 11010101 11101011 11001000 1001 0 1111 1000 1100010 101111 1010101

Color Harmonies of #D5EBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EBC8

Black with #D5EBC8

Text Example


Text Example

White with #D5EBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EBC8; }

 p { color: rgb(213,235,200); }

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

background-color css

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

 a { background-color: rgb(213,235,200); }

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

border-color css

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

 span { border-color: rgb(213,235,200); }

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