Html Css Color HEX #EBC5D9 Classic Rose

📋 copy color: '#EBC5D9'

red 235 ◦ green 197 ◦ blue 217

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

Shades of Classic Rose #EBC5D9

Tints of Classic Rose #EBC5D9

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.35%

 BLUE value IS 217 (85.16% from 255) = 33.44%

R = 36.21%
G = 30.35%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EBC5D9 (or 0xEBC5D9) is known color: Classic Rose. HEX triplet: EB, C5 and D9. RGB value is (235,197,217). Sum of RGB (Red+Green+Blue) = 235+197+217=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 197 (77.34% from 255 or 30.35% from 649); Blue value is 217 (85.16% from 255 or 33.44% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5D9 is #143A26. Grayscale: #D2D2D2. Windows color (decimal): -1325607 or 14271979. OLE color: 14271979.

HSL color Cylindrical-coordinate representation of color #EBC5D9: hue angle of 328.42º degrees, saturation: 0.49, 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 #EBC5D9 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 197 217 -
CMYK 0 0.16 0.08 0.08
HSL 328.42º 0.49% 0.85% -
HSV(B) 328.42º 0.16% 0.92% -
XYZ 66.75 62.6 74.21 -
YUV 210.64 131.59 145.37 -
System Red Green Blue C M Y K H S L
Decimal 235 197 217 0 0.16 0.08 0.08 328.42 0.49 0.85
Hex EB C5 D9 0 10 8 8 148 31 55
Octal 353 305 331 0 20 10 10 510 61 125
Binary 11101011 11000101 11011001 0 10000 1000 1000 101001000 110001 1010101

Color Harmonies of #EBC5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC5D9

Black with #EBC5D9

Text Example


Text Example

White with #EBC5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC5D9; }

 p { color: rgb(235,197,217); }

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

background-color css

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

 a { background-color: rgb(235,197,217); }

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

border-color css

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

 span { border-color: rgb(235,197,217); }

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