Html Css Color HEX #EBC5DB Classic Rose

📋 copy color: '#EBC5DB'

red 235 ◦ green 197 ◦ blue 219

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

Shades of Classic Rose #EBC5DB

Tints of Classic Rose #EBC5DB

RGB

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

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

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

R = 36.1%
G = 30.26%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBC5DB (or 0xEBC5DB) is known color: Classic Rose. HEX triplet: EB, C5 and DB. RGB value is (235,197,219). Sum of RGB (Red+Green+Blue) = 235+197+219=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 197 (77.34% from 255 or 30.26% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5DB is #143A24. Grayscale: #D2D2D2. Windows color (decimal): -1325605 or 14403051. OLE color: 14403051.

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

Color convert

RGB 235 197 219 -
CMYK 0 0.16 0.07 0.08
HSL 325.26º 0.49% 0.85% -
HSV(B) 325.26º 0.16% 0.92% -
XYZ 67.01 62.71 75.59 -
YUV 210.87 132.59 145.21 -
System Red Green Blue C M Y K H S L
Decimal 235 197 219 0 0.16 0.07 0.08 325.26 0.49 0.85
Hex EB C5 DB 0 10 7 8 145 31 55
Octal 353 305 333 0 20 7 10 505 61 125
Binary 11101011 11000101 11011011 0 10000 111 1000 101000101 110001 1010101

Color Harmonies of #EBC5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC5DB

Black with #EBC5DB

Text Example


Text Example

White with #EBC5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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