Html Css Color HEX #EBC6C7 Azalea

📋 copy color: '#EBC6C7'

red 235 ◦ green 198 ◦ blue 199

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

Shades of Azalea #EBC6C7

Tints of Azalea #EBC6C7

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.33%

 BLUE value IS 199 (78.13% from 255) = 31.49%

R = 37.18%
G = 31.33%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EBC6C7 (or 0xEBC6C7) is known color: Azalea. HEX triplet: EB, C6 and C7. RGB value is (235,198,199). Sum of RGB (Red+Green+Blue) = 235+198+199=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 198 (77.73% from 255 or 31.33% from 632); Blue value is 199 (78.12% from 255 or 31.49% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6C7 is #143938. Grayscale: #D1D1D1. Windows color (decimal): -1325369 or 13092587. OLE color: 13092587.

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

Color convert

RGB 235 198 199 -
CMYK 0 0.16 0.15 0.08
HSL 358.38º 0.48% 0.85% -
HSV(B) 358.38º 0.16% 0.92% -
XYZ 64.76 62.17 62.62 -
YUV 209.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 235 198 199 0 0.16 0.15 0.08 358.38 0.48 0.85
Hex EB C6 C7 0 10 F 8 166 30 55
Octal 353 306 307 0 20 17 10 546 60 125
Binary 11101011 11000110 11000111 0 10000 1111 1000 101100110 110000 1010101

Color Harmonies of #EBC6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC6C7

Black with #EBC6C7

Text Example


Text Example

White with #EBC6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC6C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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