Html Css Color HEX #EBC8CC Azalea

📋 copy color: '#EBC8CC'

red 235 ◦ green 200 ◦ blue 204

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

Shades of Azalea #EBC8CC

Tints of Azalea #EBC8CC

RGB

 RED value IS 235 (92.19% from 255) = 36.78%

 GREEN value IS 200 (78.52% from 255) = 31.3%

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

R = 36.78%
G = 31.3%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EBC8CC (or 0xEBC8CC) is known color: Azalea. HEX triplet: EB, C8 and CC. RGB value is (235,200,204). Sum of RGB (Red+Green+Blue) = 235+200+204=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8CC is #143733. Grayscale: #D2D2D2. Windows color (decimal): -1324852 or 13420779. OLE color: 13420779.

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

Color convert

RGB 235 200 204 -
CMYK 0 0.15 0.13 0.08
HSL 353.14º 0.47% 0.85% -
HSV(B) 353.14º 0.15% 0.92% -
XYZ 65.81 63.33 65.88 -
YUV 210.92 124.1 145.17 -
System Red Green Blue C M Y K H S L
Decimal 235 200 204 0 0.15 0.13 0.08 353.14 0.47 0.85
Hex EB C8 CC 0 F D 8 161 2F 55
Octal 353 310 314 0 17 15 10 541 57 125
Binary 11101011 11001000 11001100 0 1111 1101 1000 101100001 101111 1010101

Color Harmonies of #EBC8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC8CC

Black with #EBC8CC

Text Example


Text Example

White with #EBC8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC8CC; }

 p { color: rgb(235,200,204); }

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

background-color css

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

 a { background-color: rgb(235,200,204); }

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

border-color css

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

 span { border-color: rgb(235,200,204); }

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