Html Css Color HEX #EBCEDB Classic Rose

📋 copy color: '#EBCEDB'

red 235 ◦ green 206 ◦ blue 219

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

Shades of Classic Rose #EBCEDB

Tints of Classic Rose #EBCEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.21%

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

R = 35.61%
G = 31.21%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBCEDB (or 0xEBCEDB) is known color: Classic Rose. HEX triplet: EB, CE and DB. RGB value is (235,206,219). Sum of RGB (Red+Green+Blue) = 235+206+219=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCEDB is #143124. Grayscale: #D8D8D8. Windows color (decimal): -1323301 or 14405355. OLE color: 14405355.

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

Color convert

RGB 235 206 219 -
CMYK 0 0.12 0.07 0.08
HSL 333.1º 0.42% 0.86% -
HSV(B) 333.1º 0.12% 0.92% -
XYZ 69.12 66.92 76.29 -
YUV 216.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 235 206 219 0 0.12 0.07 0.08 333.1 0.42 0.86
Hex EB CE DB 0 C 7 8 14D 2A 56
Octal 353 316 333 0 14 7 10 515 52 126
Binary 11101011 11001110 11011011 0 1100 111 1000 101001101 101010 1010110

Color Harmonies of #EBCEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCEDB

Black with #EBCEDB

Text Example


Text Example

White with #EBCEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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