Html Css Color HEX #EBCBDB Classic Rose

📋 copy color: '#EBCBDB'

red 235 ◦ green 203 ◦ blue 219

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

Shades of Classic Rose #EBCBDB

Tints of Classic Rose #EBCBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.9%

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

R = 35.77%
G = 30.9%
B = 33.33%

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

#EBCBDB (or 0xEBCBDB) is known color: Classic Rose. HEX triplet: EB, CB and DB. RGB value is (235,203,219). Sum of RGB (Red+Green+Blue) = 235+203+219=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBDB is #143424. Grayscale: #D6D6D6. Windows color (decimal): -1324069 or 14404587. OLE color: 14404587.

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

Color convert

RGB 235 203 219 -
CMYK 0 0.14 0.07 0.08
HSL 330º 0.44% 0.86% -
HSV(B) 330º 0.14% 0.92% -
XYZ 68.4 65.49 76.05 -
YUV 214.39 130.6 142.7 -
System Red Green Blue C M Y K H S L
Decimal 235 203 219 0 0.14 0.07 0.08 330 0.44 0.86
Hex EB CB DB 0 E 7 8 14A 2C 56
Octal 353 313 333 0 16 7 10 512 54 126
Binary 11101011 11001011 11011011 0 1110 111 1000 101001010 101100 1010110

Color Harmonies of #EBCBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCBDB

Black with #EBCBDB

Text Example


Text Example

White with #EBCBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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