Html Css Color HEX #EBC7C9 Azalea

📋 copy color: '#EBC7C9'

red 235 ◦ green 199 ◦ blue 201

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

Shades of Azalea #EBC7C9

Tints of Azalea #EBC7C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 31.65%

R = 37.01%
G = 31.34%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EBC7C9 (or 0xEBC7C9) is known color: Azalea. HEX triplet: EB, C7 and C9. RGB value is (235,199,201). Sum of RGB (Red+Green+Blue) = 235+199+201=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 199 (78.12% from 255 or 31.34% from 635); Blue value is 201 (78.91% from 255 or 31.65% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7C9 is #143836. Grayscale: #D2D2D2. Windows color (decimal): -1325111 or 13223915. OLE color: 13223915.

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

Color convert

RGB 235 199 201 -
CMYK 0 0.15 0.14 0.08
HSL 356.67º 0.47% 0.85% -
HSV(B) 356.67º 0.15% 0.92% -
XYZ 65.23 62.73 63.93 -
YUV 209.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 235 199 201 0 0.15 0.14 0.08 356.67 0.47 0.85
Hex EB C7 C9 0 F E 8 165 2F 55
Octal 353 307 311 0 17 16 10 545 57 125
Binary 11101011 11000111 11001001 0 1111 1110 1000 101100101 101111 1010101

Color Harmonies of #EBC7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC7C9

Black with #EBC7C9

Text Example


Text Example

White with #EBC7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC7C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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