Html Css Color HEX #EBC5DC Classic Rose

📋 copy color: '#EBC5DC'

red 235 ◦ green 197 ◦ blue 220

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

Shades of Classic Rose #EBC5DC

Tints of Classic Rose #EBC5DC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.21%

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

R = 36.04%
G = 30.21%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBC5DC (or 0xEBC5DC) is known color: Classic Rose. HEX triplet: EB, C5 and DC. RGB value is (235,197,220). Sum of RGB (Red+Green+Blue) = 235+197+220=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 197 (77.34% from 255 or 30.21% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5DC is #143A23. Grayscale: #D2D2D2. Windows color (decimal): -1325604 or 14468587. OLE color: 14468587.

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

Color convert

RGB 235 197 220 -
CMYK 0 0.16 0.06 0.08
HSL 323.68º 0.49% 0.85% -
HSV(B) 323.68º 0.16% 0.92% -
XYZ 67.15 62.76 76.29 -
YUV 210.98 133.09 145.13 -
System Red Green Blue C M Y K H S L
Decimal 235 197 220 0 0.16 0.06 0.08 323.68 0.49 0.85
Hex EB C5 DC 0 10 6 8 144 31 55
Octal 353 305 334 0 20 6 10 504 61 125
Binary 11101011 11000101 11011100 0 10000 110 1000 101000100 110001 1010101

Color Harmonies of #EBC5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC5DC

Black with #EBC5DC

Text Example


Text Example

White with #EBC5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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