Html Css Color HEX #D5EBCA Peppermint

📋 copy color: '#D5EBCA'

red 213 ◦ green 235 ◦ blue 202

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

Shades of Peppermint #D5EBCA

Tints of Peppermint #D5EBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.08%

R = 32.77%
G = 36.15%
B = 31.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#D5EBCA (or 0xD5EBCA) is known color: Peppermint. HEX triplet: D5, EB and CA. RGB value is (213,235,202). Sum of RGB (Red+Green+Blue) = 213+235+202=650 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.77% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EBCA is #2A1435. Grayscale: #E0E0E0. Windows color (decimal): -2757686 or 13298645. OLE color: 13298645.

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

Color convert

RGB 213 235 202 -
CMYK 0.09 0 0.14 0.08
HSL 100º 0.45% 0.86% -
HSV(B) 100º 0.14% 0.92% -
XYZ 67.81 77.83 67.33 -
YUV 224.66 115.21 119.68 -
System Red Green Blue C M Y K H S L
Decimal 213 235 202 0.09 0 0.14 0.08 100 0.45 0.86
Hex D5 EB CA 9 0 E 8 64 2D 56
Octal 325 353 312 11 0 16 10 144 55 126
Binary 11010101 11101011 11001010 1001 0 1110 1000 1100100 101101 1010110

Color Harmonies of #D5EBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EBCA

Black with #D5EBCA

Text Example


Text Example

White with #D5EBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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