Html Css Color HEX #EBC9D9 Classic Rose

📋 copy color: '#EBC9D9'

red 235 ◦ green 201 ◦ blue 217

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

Shades of Classic Rose #EBC9D9

Tints of Classic Rose #EBC9D9

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.78%

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

R = 35.99%
G = 30.78%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EBC9D9 (or 0xEBC9D9) is known color: Classic Rose. HEX triplet: EB, C9 and D9. RGB value is (235,201,217). Sum of RGB (Red+Green+Blue) = 235+201+217=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 201 (78.91% from 255 or 30.78% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9D9 is #143626. Grayscale: #D4D4D4. Windows color (decimal): -1324583 or 14273003. OLE color: 14273003.

HSL color Cylindrical-coordinate representation of color #EBC9D9: hue angle of 331.76º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBC9D9 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 201 217 -
CMYK 0 0.14 0.08 0.08
HSL 331.76º 0.46% 0.85% -
HSV(B) 331.76º 0.14% 0.92% -
XYZ 67.67 64.45 74.52 -
YUV 212.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 235 201 217 0 0.14 0.08 0.08 331.76 0.46 0.85
Hex EB C9 D9 0 E 8 8 14C 2E 55
Octal 353 311 331 0 16 10 10 514 56 125
Binary 11101011 11001001 11011001 0 1110 1000 1000 101001100 101110 1010101

Color Harmonies of #EBC9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC9D9

Black with #EBC9D9

Text Example


Text Example

White with #EBC9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC9D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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