Html Css Color HEX #EBC8C9 Azalea

📋 copy color: '#EBC8C9'

red 235 ◦ green 200 ◦ blue 201

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

Shades of Azalea #EBC8C9

Tints of Azalea #EBC8C9

RGB

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

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

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

R = 36.95%
G = 31.45%
B = 31.6%

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

#EBC8C9 (or 0xEBC8C9) is known color: Azalea. HEX triplet: EB, C8 and C9. RGB value is (235,200,201). Sum of RGB (Red+Green+Blue) = 235+200+201=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 200 (78.52% from 255 or 31.45% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8C9 is #143736. Grayscale: #D2D2D2. Windows color (decimal): -1324855 or 13224171. OLE color: 13224171.

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

Color convert

RGB 235 200 201 -
CMYK 0 0.15 0.14 0.08
HSL 358.29º 0.47% 0.85% -
HSV(B) 358.29º 0.15% 0.92% -
XYZ 65.46 63.19 64 -
YUV 210.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 235 200 201 0 0.15 0.14 0.08 358.29 0.47 0.85
Hex EB C8 C9 0 F E 8 166 2F 55
Octal 353 310 311 0 17 16 10 546 57 125
Binary 11101011 11001000 11001001 0 1111 1110 1000 101100110 101111 1010101

Color Harmonies of #EBC8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC8C9

Black with #EBC8C9

Text Example


Text Example

White with #EBC8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC8C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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