Html Css Color HEX #EBC3DB Classic Rose

📋 copy color: '#EBC3DB'

red 235 ◦ green 195 ◦ blue 219

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

Shades of Classic Rose #EBC3DB

Tints of Classic Rose #EBC3DB

RGB

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

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

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

R = 36.21%
G = 30.05%
B = 33.74%

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

#EBC3DB (or 0xEBC3DB) is known color: Classic Rose. HEX triplet: EB, C3 and DB. RGB value is (235,195,219). Sum of RGB (Red+Green+Blue) = 235+195+219=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 195 (76.56% from 255 or 30.05% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3DB is #143C24. Grayscale: #D1D1D1. Windows color (decimal): -1326117 or 14402539. OLE color: 14402539.

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

Color convert

RGB 235 195 219 -
CMYK 0 0.17 0.07 0.08
HSL 324º 0.5% 0.84% -
HSV(B) 324º 0.17% 0.92% -
XYZ 66.56 61.81 75.44 -
YUV 209.7 133.25 146.05 -
System Red Green Blue C M Y K H S L
Decimal 235 195 219 0 0.17 0.07 0.08 324 0.5 0.84
Hex EB C3 DB 0 11 7 8 144 32 54
Octal 353 303 333 0 21 7 10 504 62 124
Binary 11101011 11000011 11011011 0 10001 111 1000 101000100 110010 1010100

Color Harmonies of #EBC3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC3DB

Black with #EBC3DB

Text Example


Text Example

White with #EBC3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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