Html Css Color HEX #EBC6D7 Classic Rose

📋 copy color: '#EBC6D7'

red 235 ◦ green 198 ◦ blue 215

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

Shades of Classic Rose #EBC6D7

Tints of Classic Rose #EBC6D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.18%

R = 36.27%
G = 30.56%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBC6D7 (or 0xEBC6D7) is known color: Classic Rose. HEX triplet: EB, C6 and D7. RGB value is (235,198,215). Sum of RGB (Red+Green+Blue) = 235+198+215=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 198 (77.73% from 255 or 30.56% from 648); Blue value is 215 (84.38% from 255 or 33.18% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC6D7 is #143928. Grayscale: #D2D2D2. Windows color (decimal): -1325353 or 14141163. OLE color: 14141163.

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

Color convert

RGB 235 198 215 -
CMYK 0 0.16 0.09 0.08
HSL 332.43º 0.48% 0.85% -
HSV(B) 332.43º 0.16% 0.92% -
XYZ 66.72 62.96 72.93 -
YUV 211 130.26 145.12 -
System Red Green Blue C M Y K H S L
Decimal 235 198 215 0 0.16 0.09 0.08 332.43 0.48 0.85
Hex EB C6 D7 0 10 9 8 14C 30 55
Octal 353 306 327 0 20 11 10 514 60 125
Binary 11101011 11000110 11010111 0 10000 1001 1000 101001100 110000 1010101

Color Harmonies of #EBC6D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC6D7

Black with #EBC6D7

Text Example


Text Example

White with #EBC6D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC6D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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