Html Css Color HEX #D5EACB Peppermint

📋 copy color: '#D5EACB'

red 213 ◦ green 234 ◦ blue 203

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

Shades of Peppermint #D5EACB

Tints of Peppermint #D5EACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.23%

R = 32.77%
G = 36%
B = 31.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#D5EACB (or 0xD5EACB) is known color: Peppermint. HEX triplet: D5, EA and CB. RGB value is (213,234,203). Sum of RGB (Red+Green+Blue) = 213+234+203=650 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.77% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EACB is #2A1534. Grayscale: #E0E0E0. Windows color (decimal): -2757941 or 13363925. OLE color: 13363925.

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

Color convert

RGB 213 234 203 -
CMYK 0.09 0 0.13 0.08
HSL 100.65º 0.42% 0.86% -
HSV(B) 100.65º 0.13% 0.92% -
XYZ 67.64 77.3 67.86 -
YUV 224.19 116.04 120.02 -
System Red Green Blue C M Y K H S L
Decimal 213 234 203 0.09 0 0.13 0.08 100.65 0.42 0.86
Hex D5 EA CB 9 0 D 8 65 2A 56
Octal 325 352 313 11 0 15 10 145 52 126
Binary 11010101 11101010 11001011 1001 0 1101 1000 1100101 101010 1010110

Color Harmonies of #D5EACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EACB

Black with #D5EACB

Text Example


Text Example

White with #D5EACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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