Html Css Color HEX #EBC6DB Classic Rose

📋 copy color: '#EBC6DB'

red 235 ◦ green 198 ◦ blue 219

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

Shades of Classic Rose #EBC6DB

Tints of Classic Rose #EBC6DB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.37%

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

R = 36.04%
G = 30.37%
B = 33.59%

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

#EBC6DB (or 0xEBC6DB) is known color: Classic Rose. HEX triplet: EB, C6 and DB. RGB value is (235,198,219). Sum of RGB (Red+Green+Blue) = 235+198+219=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 198 (77.73% from 255 or 30.37% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6DB is #143924. Grayscale: #D3D3D3. Windows color (decimal): -1325349 or 14403307. OLE color: 14403307.

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

Color convert

RGB 235 198 219 -
CMYK 0 0.16 0.07 0.08
HSL 325.95º 0.48% 0.85% -
HSV(B) 325.95º 0.16% 0.92% -
XYZ 67.24 63.16 75.67 -
YUV 211.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 235 198 219 0 0.16 0.07 0.08 325.95 0.48 0.85
Hex EB C6 DB 0 10 7 8 146 30 55
Octal 353 306 333 0 20 7 10 506 60 125
Binary 11101011 11000110 11011011 0 10000 111 1000 101000110 110000 1010101

Color Harmonies of #EBC6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC6DB

Black with #EBC6DB

Text Example


Text Example

White with #EBC6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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