Html Css Color HEX #E9CBCC Azalea

📋 copy color: '#E9CBCC'

red 233 ◦ green 203 ◦ blue 204

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

Shades of Azalea #E9CBCC

Tints of Azalea #E9CBCC

RGB

 RED value IS 233 (91.41% from 255) = 36.41%

 GREEN value IS 203 (79.69% from 255) = 31.72%

 BLUE value IS 204 (80.08% from 255) = 31.88%

R = 36.41%
G = 31.72%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E9CBCC (or 0xE9CBCC) is known color: Azalea. HEX triplet: E9, CB and CC. RGB value is (233,203,204). Sum of RGB (Red+Green+Blue) = 233+203+204=640 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.41% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CBCC is #163433. Grayscale: #D4D4D4. Windows color (decimal): -1455156 or 13421545. OLE color: 13421545.

HSL color Cylindrical-coordinate representation of color #E9CBCC: hue angle of 358º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9CBCC is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 203 204 -
CMYK 0 0.13 0.12 0.09
HSL 358º 0.41% 0.85% -
HSV(B) 358º 0.13% 0.91% -
XYZ 65.86 64.4 66.09 -
YUV 212.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 233 203 204 0 0.13 0.12 0.09 358 0.41 0.85
Hex E9 CB CC 0 D C 9 166 29 55
Octal 351 313 314 0 15 14 11 546 51 125
Binary 11101001 11001011 11001100 0 1101 1100 1001 101100110 101001 1010101

Color Harmonies of #E9CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CBCC

Black with #E9CBCC

Text Example


Text Example

White with #E9CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CBCC; }

 p { color: rgb(233,203,204); }

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

background-color css

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

 a { background-color: rgb(233,203,204); }

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

border-color css

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

 span { border-color: rgb(233,203,204); }

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