Html Css Color HEX #EBC1D8 Classic Rose

📋 copy color: '#EBC1D8'

red 235 ◦ green 193 ◦ blue 216

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

Shades of Classic Rose #EBC1D8

Tints of Classic Rose #EBC1D8

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.97%

 BLUE value IS 216 (84.77% from 255) = 33.54%

R = 36.49%
G = 29.97%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EBC1D8 (or 0xEBC1D8) is known color: Classic Rose. HEX triplet: EB, C1 and D8. RGB value is (235,193,216). Sum of RGB (Red+Green+Blue) = 235+193+216=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 193 (75.78% from 255 or 29.97% from 644); Blue value is 216 (84.77% from 255 or 33.54% from 644); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1D8 is #143E27. Grayscale: #D0D0D0. Windows color (decimal): -1326632 or 14205419. OLE color: 14205419.

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

Color convert

RGB 235 193 216 -
CMYK 0 0.18 0.08 0.08
HSL 327.14º 0.51% 0.84% -
HSV(B) 327.14º 0.18% 0.92% -
XYZ 65.73 60.76 73.23 -
YUV 208.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 235 193 216 0 0.18 0.08 0.08 327.14 0.51 0.84
Hex EB C1 D8 0 12 8 8 147 33 54
Octal 353 301 330 0 22 10 10 507 63 124
Binary 11101011 11000001 11011000 0 10010 1000 1000 101000111 110011 1010100

Color Harmonies of #EBC1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC1D8

Black with #EBC1D8

Text Example


Text Example

White with #EBC1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC1D8; }

 p { color: rgb(235,193,216); }

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

background-color css

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

 a { background-color: rgb(235,193,216); }

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

border-color css

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

 span { border-color: rgb(235,193,216); }

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