Html Css Color HEX #EBC9D7 Classic Rose

📋 copy color: '#EBC9D7'

red 235 ◦ green 201 ◦ blue 215

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

Shades of Classic Rose #EBC9D7

Tints of Classic Rose #EBC9D7

RGB

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

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

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

R = 36.1%
G = 30.88%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBC9D7 (or 0xEBC9D7) is known color: Classic Rose. HEX triplet: EB, C9 and D7. RGB value is (235,201,215). Sum of RGB (Red+Green+Blue) = 235+201+215=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 201 (78.91% from 255 or 30.88% from 651); Blue value is 215 (84.38% from 255 or 33.03% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9D7 is #143628. Grayscale: #D4D4D4. Windows color (decimal): -1324585 or 14141931. OLE color: 14141931.

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

Color convert

RGB 235 201 215 -
CMYK 0 0.14 0.09 0.08
HSL 335.29º 0.46% 0.85% -
HSV(B) 335.29º 0.14% 0.92% -
XYZ 67.41 64.34 73.16 -
YUV 212.76 129.26 143.86 -
System Red Green Blue C M Y K H S L
Decimal 235 201 215 0 0.14 0.09 0.08 335.29 0.46 0.85
Hex EB C9 D7 0 E 9 8 14F 2E 55
Octal 353 311 327 0 16 11 10 517 56 125
Binary 11101011 11001001 11010111 0 1110 1001 1000 101001111 101110 1010101

Color Harmonies of #EBC9D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC9D7

Black with #EBC9D7

Text Example


Text Example

White with #EBC9D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC9D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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