Html Css Color HEX #EBC5DF Classic Rose

📋 copy color: '#EBC5DF'

red 235 ◦ green 197 ◦ blue 223

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

Shades of Classic Rose #EBC5DF

Tints of Classic Rose #EBC5DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.05%

R = 35.88%
G = 30.08%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EBC5DF (or 0xEBC5DF) is known color: Classic Rose. HEX triplet: EB, C5 and DF. RGB value is (235,197,223). Sum of RGB (Red+Green+Blue) = 235+197+223=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 197 (77.34% from 255 or 30.08% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5DF is #143A20. Grayscale: #D3D3D3. Windows color (decimal): -1325601 or 14665195. OLE color: 14665195.

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

Color convert

RGB 235 197 223 -
CMYK 0 0.16 0.05 0.08
HSL 318.95º 0.49% 0.85% -
HSV(B) 318.95º 0.16% 0.92% -
XYZ 67.55 62.92 78.4 -
YUV 211.33 134.59 144.89 -
System Red Green Blue C M Y K H S L
Decimal 235 197 223 0 0.16 0.05 0.08 318.95 0.49 0.85
Hex EB C5 DF 0 10 5 8 13F 31 55
Octal 353 305 337 0 20 5 10 477 61 125
Binary 11101011 11000101 11011111 0 10000 101 1000 100111111 110001 1010101

Color Harmonies of #EBC5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC5DF

Black with #EBC5DF

Text Example


Text Example

White with #EBC5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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