Html Css Color HEX #EBC9DB Classic Rose

📋 copy color: '#EBC9DB'

red 235 ◦ green 201 ◦ blue 219

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

Shades of Classic Rose #EBC9DB

Tints of Classic Rose #EBC9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.69%

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

R = 35.88%
G = 30.69%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBC9DB (or 0xEBC9DB) is known color: Classic Rose. HEX triplet: EB, C9 and DB. RGB value is (235,201,219). Sum of RGB (Red+Green+Blue) = 235+201+219=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 201 (78.91% from 255 or 30.69% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9DB is #143624. Grayscale: #D5D5D5. Windows color (decimal): -1324581 or 14404075. OLE color: 14404075.

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

Color convert

RGB 235 201 219 -
CMYK 0 0.14 0.07 0.08
HSL 328.24º 0.46% 0.85% -
HSV(B) 328.24º 0.14% 0.92% -
XYZ 67.93 64.55 75.9 -
YUV 213.22 131.26 143.54 -
System Red Green Blue C M Y K H S L
Decimal 235 201 219 0 0.14 0.07 0.08 328.24 0.46 0.85
Hex EB C9 DB 0 E 7 8 148 2E 55
Octal 353 311 333 0 16 7 10 510 56 125
Binary 11101011 11001001 11011011 0 1110 111 1000 101001000 101110 1010101

Color Harmonies of #EBC9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC9DB

Black with #EBC9DB

Text Example


Text Example

White with #EBC9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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