Html Css Color HEX #EBC6D9 Classic Rose

📋 copy color: '#EBC6D9'

red 235 ◦ green 198 ◦ blue 217

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

Shades of Classic Rose #EBC6D9

Tints of Classic Rose #EBC6D9

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.46%

 BLUE value IS 217 (85.16% from 255) = 33.38%

R = 36.15%
G = 30.46%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EBC6D9 (or 0xEBC6D9) is known color: Classic Rose. HEX triplet: EB, C6 and D9. RGB value is (235,198,217). Sum of RGB (Red+Green+Blue) = 235+198+217=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 198 (77.73% from 255 or 30.46% from 650); Blue value is 217 (85.16% from 255 or 33.38% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6D9 is #143926. Grayscale: #D3D3D3. Windows color (decimal): -1325351 or 14272235. OLE color: 14272235.

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

Color convert

RGB 235 198 217 -
CMYK 0 0.16 0.08 0.08
HSL 329.19º 0.48% 0.85% -
HSV(B) 329.19º 0.16% 0.92% -
XYZ 66.98 63.06 74.29 -
YUV 211.23 131.26 144.96 -
System Red Green Blue C M Y K H S L
Decimal 235 198 217 0 0.16 0.08 0.08 329.19 0.48 0.85
Hex EB C6 D9 0 10 8 8 149 30 55
Octal 353 306 331 0 20 10 10 511 60 125
Binary 11101011 11000110 11011001 0 10000 1000 1000 101001001 110000 1010101

Color Harmonies of #EBC6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC6D9

Black with #EBC6D9

Text Example


Text Example

White with #EBC6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC6D9; }

 p { color: rgb(235,198,217); }

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

background-color css

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

 a { background-color: rgb(235,198,217); }

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

border-color css

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

 span { border-color: rgb(235,198,217); }

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