Html Css Color HEX #EBC0DB Classic Rose

📋 copy color: '#EBC0DB'

red 235 ◦ green 192 ◦ blue 219

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

Shades of Classic Rose #EBC0DB

Tints of Classic Rose #EBC0DB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.72%

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

R = 36.38%
G = 29.72%
B = 33.9%

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

#EBC0DB (or 0xEBC0DB) is known color: Classic Rose. HEX triplet: EB, C0 and DB. RGB value is (235,192,219). Sum of RGB (Red+Green+Blue) = 235+192+219=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 192 (75.39% from 255 or 29.72% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0DB is #143F24. Grayscale: #CFCFCF. Windows color (decimal): -1326885 or 14401771. OLE color: 14401771.

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

Color convert

RGB 235 192 219 -
CMYK 0 0.18 0.07 0.08
HSL 322.33º 0.52% 0.84% -
HSV(B) 322.33º 0.18% 0.92% -
XYZ 65.9 60.48 75.22 -
YUV 207.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 235 192 219 0 0.18 0.07 0.08 322.33 0.52 0.84
Hex EB C0 DB 0 12 7 8 142 34 54
Octal 353 300 333 0 22 7 10 502 64 124
Binary 11101011 11000000 11011011 0 10010 111 1000 101000010 110100 1010100

Color Harmonies of #EBC0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC0DB

Black with #EBC0DB

Text Example


Text Example

White with #EBC0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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