Html Css Color HEX #E5CACB Azalea

📋 copy color: '#E5CACB'

red 229 ◦ green 202 ◦ blue 203

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

Shades of Azalea #E5CACB

Tints of Azalea #E5CACB

RGB

 RED value IS 229 (89.84% from 255) = 36.12%

 GREEN value IS 202 (79.3% from 255) = 31.86%

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

R = 36.12%
G = 31.86%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E5CACB (or 0xE5CACB) is known color: Azalea. HEX triplet: E5, CA and CB. RGB value is (229,202,203). Sum of RGB (Red+Green+Blue) = 229+202+203=634 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.12% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CACB is #1A3534. Grayscale: #D2D2D2. Windows color (decimal): -1717557 or 13355749. OLE color: 13355749.

HSL color Cylindrical-coordinate representation of color #E5CACB: hue angle of 357.78º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5CACB is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 202 203 -
CMYK 0 0.12 0.11 0.10
HSL 357.78º 0.34% 0.85% -
HSV(B) 357.78º 0.12% 0.9% -
XYZ 64.21 63.21 65.32 -
YUV 210.19 123.95 141.42 -
System Red Green Blue C M Y K H S L
Decimal 229 202 203 0 0.12 0.11 0.10 357.78 0.34 0.85
Hex E5 CA CB 0 C B A 166 22 55
Octal 345 312 313 0 14 13 12 546 42 125
Binary 11100101 11001010 11001011 0 1100 1011 1010 101100110 100010 1010101

Color Harmonies of #E5CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CACB

Black with #E5CACB

Text Example


Text Example

White with #E5CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CACB; }

 p { color: rgb(229,202,203); }

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

background-color css

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

 a { background-color: rgb(229,202,203); }

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

border-color css

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

 span { border-color: rgb(229,202,203); }

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