Html Css Color HEX #D5EACA Peppermint

📋 copy color: '#D5EACA'

red 213 ◦ green 234 ◦ blue 202

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

Shades of Peppermint #D5EACA

Tints of Peppermint #D5EACA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.06%

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

R = 32.82%
G = 36.06%
B = 31.12%

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

#D5EACA (or 0xD5EACA) is known color: Peppermint. HEX triplet: D5, EA and CA. RGB value is (213,234,202). Sum of RGB (Red+Green+Blue) = 213+234+202=649 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.82% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EACA is #2A1535. Grayscale: #E0E0E0. Windows color (decimal): -2757942 or 13298389. OLE color: 13298389.

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

Color convert

RGB 213 234 202 -
CMYK 0.09 0 0.14 0.08
HSL 99.38º 0.43% 0.85% -
HSV(B) 99.38º 0.14% 0.92% -
XYZ 67.52 77.26 67.23 -
YUV 224.07 115.54 120.1 -
System Red Green Blue C M Y K H S L
Decimal 213 234 202 0.09 0 0.14 0.08 99.38 0.43 0.85
Hex D5 EA CA 9 0 E 8 63 2B 55
Octal 325 352 312 11 0 16 10 143 53 125
Binary 11010101 11101010 11001010 1001 0 1110 1000 1100011 101011 1010101

Color Harmonies of #D5EACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EACA

Black with #D5EACA

Text Example


Text Example

White with #D5EACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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