Html Css Color HEX #EBC2DB Classic Rose

📋 copy color: '#EBC2DB'

red 235 ◦ green 194 ◦ blue 219

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

Shades of Classic Rose #EBC2DB

Tints of Classic Rose #EBC2DB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.94%

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

R = 36.27%
G = 29.94%
B = 33.8%

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

#EBC2DB (or 0xEBC2DB) is known color: Classic Rose. HEX triplet: EB, C2 and DB. RGB value is (235,194,219). Sum of RGB (Red+Green+Blue) = 235+194+219=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 194 (76.17% from 255 or 29.94% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC2DB is #143D24. Grayscale: #D1D1D1. Windows color (decimal): -1326373 or 14402283. OLE color: 14402283.

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

Color convert

RGB 235 194 219 -
CMYK 0 0.17 0.07 0.08
HSL 323.41º 0.51% 0.84% -
HSV(B) 323.41º 0.17% 0.92% -
XYZ 66.34 61.36 75.37 -
YUV 209.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 235 194 219 0 0.17 0.07 0.08 323.41 0.51 0.84
Hex EB C2 DB 0 11 7 8 143 33 54
Octal 353 302 333 0 21 7 10 503 63 124
Binary 11101011 11000010 11011011 0 10001 111 1000 101000011 110011 1010100

Color Harmonies of #EBC2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC2DB

Black with #EBC2DB

Text Example


Text Example

White with #EBC2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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