Html Css Color HEX #EBC7C8 Azalea

📋 copy color: '#EBC7C8'

red 235 ◦ green 199 ◦ blue 200

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

Shades of Azalea #EBC7C8

Tints of Azalea #EBC7C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.55%

R = 37.07%
G = 31.39%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EBC7C8 (or 0xEBC7C8) is known color: Azalea. HEX triplet: EB, C7 and C8. RGB value is (235,199,200). Sum of RGB (Red+Green+Blue) = 235+199+200=634 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.07% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 200 (78.52% from 255 or 31.55% from 634); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7C8 is #143837. Grayscale: #D1D1D1. Windows color (decimal): -1325112 or 13158379. OLE color: 13158379.

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

Color convert

RGB 235 199 200 -
CMYK 0 0.15 0.15 0.08
HSL 358.33º 0.47% 0.85% -
HSV(B) 358.33º 0.15% 0.92% -
XYZ 65.11 62.68 63.31 -
YUV 209.88 122.43 145.92 -
System Red Green Blue C M Y K H S L
Decimal 235 199 200 0 0.15 0.15 0.08 358.33 0.47 0.85
Hex EB C7 C8 0 F F 8 166 2F 55
Octal 353 307 310 0 17 17 10 546 57 125
Binary 11101011 11000111 11001000 0 1111 1111 1000 101100110 101111 1010101

Color Harmonies of #EBC7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC7C8

Black with #EBC7C8

Text Example


Text Example

White with #EBC7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC7C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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