Html Css Color HEX #EBC3D9 Classic Rose

📋 copy color: '#EBC3D9'

red 235 ◦ green 195 ◦ blue 217

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

Shades of Classic Rose #EBC3D9

Tints of Classic Rose #EBC3D9

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.14%

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

R = 36.32%
G = 30.14%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EBC3D9 (or 0xEBC3D9) is known color: Classic Rose. HEX triplet: EB, C3 and D9. RGB value is (235,195,217). Sum of RGB (Red+Green+Blue) = 235+195+217=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 195 (76.56% from 255 or 30.14% from 647); Blue value is 217 (85.16% from 255 or 33.54% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3D9 is #143C26. Grayscale: #D1D1D1. Windows color (decimal): -1326119 or 14271467. OLE color: 14271467.

HSL color Cylindrical-coordinate representation of color #EBC3D9: hue angle of 327º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC3D9 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 195 217 -
CMYK 0 0.17 0.08 0.08
HSL 327º 0.5% 0.84% -
HSV(B) 327º 0.17% 0.92% -
XYZ 66.3 61.7 74.06 -
YUV 209.47 132.25 146.21 -
System Red Green Blue C M Y K H S L
Decimal 235 195 217 0 0.17 0.08 0.08 327 0.5 0.84
Hex EB C3 D9 0 11 8 8 147 32 54
Octal 353 303 331 0 21 10 10 507 62 124
Binary 11101011 11000011 11011001 0 10001 1000 1000 101000111 110010 1010100

Color Harmonies of #EBC3D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC3D9

Black with #EBC3D9

Text Example


Text Example

White with #EBC3D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC3D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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