Html Css Color HEX #EBBDC0 Azalea

📋 copy color: '#EBBDC0'

red 235 ◦ green 189 ◦ blue 192

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

Shades of Azalea #EBBDC0

Tints of Azalea #EBBDC0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.68%

 BLUE value IS 192 (75.39% from 255) = 31.17%

R = 38.15%
G = 30.68%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EBBDC0 (or 0xEBBDC0) is known color: Azalea. HEX triplet: EB, BD and C0. RGB value is (235,189,192). Sum of RGB (Red+Green+Blue) = 235+189+192=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDC0 is #14423F. Grayscale: #CBCBCB. Windows color (decimal): -1327680 or 12631531. OLE color: 12631531.

HSL color Cylindrical-coordinate representation of color #EBBDC0: hue angle of 356.09º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBDC0 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 189 192 -
CMYK 0 0.20 0.18 0.08
HSL 356.09º 0.53% 0.83% -
HSV(B) 356.09º 0.2% 0.92% -
XYZ 61.97 57.86 57.77 -
YUV 203.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 235 189 192 0 0.20 0.18 0.08 356.09 0.53 0.83
Hex EB BD C0 0 14 12 8 164 35 53
Octal 353 275 300 0 24 22 10 544 65 123
Binary 11101011 10111101 11000000 0 10100 10010 1000 101100100 110101 1010011

Color Harmonies of #EBBDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBDC0

Black with #EBBDC0

Text Example


Text Example

White with #EBBDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBDC0; }

 p { color: rgb(235,189,192); }

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

background-color css

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

 a { background-color: rgb(235,189,192); }

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

border-color css

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

 span { border-color: rgb(235,189,192); }

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