Html Css Color HEX #EBC1DB Classic Rose

📋 copy color: '#EBC1DB'

red 235 ◦ green 193 ◦ blue 219

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

Shades of Classic Rose #EBC1DB

Tints of Classic Rose #EBC1DB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.83%

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

R = 36.32%
G = 29.83%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBC1DB (or 0xEBC1DB) is known color: Classic Rose. HEX triplet: EB, C1 and DB. RGB value is (235,193,219). Sum of RGB (Red+Green+Blue) = 235+193+219=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 193 (75.78% from 255 or 29.83% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1DB is #143E24. Grayscale: #D0D0D0. Windows color (decimal): -1326629 or 14402027. OLE color: 14402027.

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

Color convert

RGB 235 193 219 -
CMYK 0 0.18 0.07 0.08
HSL 322.86º 0.51% 0.84% -
HSV(B) 322.86º 0.18% 0.92% -
XYZ 66.12 60.92 75.29 -
YUV 208.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 235 193 219 0 0.18 0.07 0.08 322.86 0.51 0.84
Hex EB C1 DB 0 12 7 8 143 33 54
Octal 353 301 333 0 22 7 10 503 63 124
Binary 11101011 11000001 11011011 0 10010 111 1000 101000011 110011 1010100

Color Harmonies of #EBC1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC1DB

Black with #EBC1DB

Text Example


Text Example

White with #EBC1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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