Html Css Color HEX #EBCBDC Classic Rose

📋 copy color: '#EBCBDC'

red 235 ◦ green 203 ◦ blue 220

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

Shades of Classic Rose #EBCBDC

Tints of Classic Rose #EBCBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.43%

R = 35.71%
G = 30.85%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBCBDC (or 0xEBCBDC) is known color: Classic Rose. HEX triplet: EB, CB and DC. RGB value is (235,203,220). Sum of RGB (Red+Green+Blue) = 235+203+220=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBDC is #143423. Grayscale: #D6D6D6. Windows color (decimal): -1324068 or 14470123. OLE color: 14470123.

HSL color Cylindrical-coordinate representation of color #EBCBDC: hue angle of 328.12º 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 #EBCBDC is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 203 220 -
CMYK 0 0.14 0.06 0.08
HSL 328.13º 0.44% 0.86% -
HSV(B) 328.13º 0.14% 0.92% -
XYZ 68.54 65.54 76.75 -
YUV 214.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 235 203 220 0 0.14 0.06 0.08 328.13 0.44 0.86
Hex EB CB DC 0 E 6 8 148 2C 56
Octal 353 313 334 0 16 6 10 510 54 126
Binary 11101011 11001011 11011100 0 1110 110 1000 101001000 101100 1010110

Color Harmonies of #EBCBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCBDC

Black with #EBCBDC

Text Example


Text Example

White with #EBCBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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