Html Css Color HEX #EBC4DB Classic Rose

📋 copy color: '#EBC4DB'

red 235 ◦ green 196 ◦ blue 219

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

Shades of Classic Rose #EBC4DB

Tints of Classic Rose #EBC4DB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.15%

 BLUE value IS 219 (85.94% from 255) = 33.69%

R = 36.15%
G = 30.15%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBC4DB (or 0xEBC4DB) is known color: Classic Rose. HEX triplet: EB, C4 and DB. RGB value is (235,196,219). Sum of RGB (Red+Green+Blue) = 235+196+219=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 196 (76.95% from 255 or 30.15% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4DB is #143B24. Grayscale: #D2D2D2. Windows color (decimal): -1325861 or 14402795. OLE color: 14402795.

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

Color convert

RGB 235 196 219 -
CMYK 0 0.17 0.07 0.08
HSL 324.62º 0.49% 0.85% -
HSV(B) 324.62º 0.17% 0.92% -
XYZ 66.79 62.26 75.51 -
YUV 210.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 235 196 219 0 0.17 0.07 0.08 324.62 0.49 0.85
Hex EB C4 DB 0 11 7 8 145 31 55
Octal 353 304 333 0 21 7 10 505 61 125
Binary 11101011 11000100 11011011 0 10001 111 1000 101000101 110001 1010101

Color Harmonies of #EBC4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC4DB

Black with #EBC4DB

Text Example


Text Example

White with #EBC4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC4DB; }

 p { color: rgb(235,196,219); }

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

background-color css

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

 a { background-color: rgb(235,196,219); }

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

border-color css

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

 span { border-color: rgb(235,196,219); }

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