Html Css Color HEX #EBC7CC Azalea

📋 copy color: '#EBC7CC'

red 235 ◦ green 199 ◦ blue 204

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

Shades of Azalea #EBC7CC

Tints of Azalea #EBC7CC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.19%

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

R = 36.83%
G = 31.19%
B = 31.97%

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

#EBC7CC (or 0xEBC7CC) is known color: Azalea. HEX triplet: EB, C7 and CC. RGB value is (235,199,204). Sum of RGB (Red+Green+Blue) = 235+199+204=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7CC is #143833. Grayscale: #D2D2D2. Windows color (decimal): -1325108 or 13420523. OLE color: 13420523.

HSL color Cylindrical-coordinate representation of color #EBC7CC: hue angle of 351.67º 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 #EBC7CC is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 199 204 -
CMYK 0 0.15 0.13 0.08
HSL 351.67º 0.47% 0.85% -
HSV(B) 351.67º 0.15% 0.92% -
XYZ 65.58 62.87 65.8 -
YUV 210.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 235 199 204 0 0.15 0.13 0.08 351.67 0.47 0.85
Hex EB C7 CC 0 F D 8 160 2F 55
Octal 353 307 314 0 17 15 10 540 57 125
Binary 11101011 11000111 11001100 0 1111 1101 1000 101100000 101111 1010101

Color Harmonies of #EBC7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC7CC

Black with #EBC7CC

Text Example


Text Example

White with #EBC7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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