Html Css Color HEX #EBBBD8 Classic Rose

📋 copy color: '#EBBBD8'

red 235 ◦ green 187 ◦ blue 216

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

Shades of Classic Rose #EBBBD8

Tints of Classic Rose #EBBBD8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.31%

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

R = 36.83%
G = 29.31%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EBBBD8 (or 0xEBBBD8) is known color: Classic Rose. HEX triplet: EB, BB and D8. RGB value is (235,187,216). Sum of RGB (Red+Green+Blue) = 235+187+216=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 216 (84.77% from 255 or 33.86% from 638); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBD8 is #144427. Grayscale: #CCCCCC. Windows color (decimal): -1328168 or 14203883. OLE color: 14203883.

HSL color Cylindrical-coordinate representation of color #EBBBD8: hue angle of 323.75º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBBD8 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 187 216 -
CMYK 0 0.20 0.08 0.08
HSL 323.75º 0.55% 0.83% -
HSV(B) 323.75º 0.2% 0.92% -
XYZ 64.43 58.16 72.8 -
YUV 204.66 134.4 149.64 -
System Red Green Blue C M Y K H S L
Decimal 235 187 216 0 0.20 0.08 0.08 323.75 0.55 0.83
Hex EB BB D8 0 14 8 8 144 37 53
Octal 353 273 330 0 24 10 10 504 67 123
Binary 11101011 10111011 11011000 0 10100 1000 1000 101000100 110111 1010011

Color Harmonies of #EBBBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBBD8

Black with #EBBBD8

Text Example


Text Example

White with #EBBBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBBD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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