Html Css Color HEX #EBBCD8 Classic Rose

📋 copy color: '#EBBCD8'

red 235 ◦ green 188 ◦ blue 216

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

Shades of Classic Rose #EBBCD8

Tints of Classic Rose #EBBCD8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.42%

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

R = 36.78%
G = 29.42%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EBBCD8 (or 0xEBBCD8) is known color: Classic Rose. HEX triplet: EB, BC and D8. RGB value is (235,188,216). Sum of RGB (Red+Green+Blue) = 235+188+216=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCD8 is #144327. Grayscale: #CDCDCD. Windows color (decimal): -1327912 or 14204139. OLE color: 14204139.

HSL color Cylindrical-coordinate representation of color #EBBCD8: hue angle of 324.26º degrees, saturation: 0.54, 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 #EBBCD8 is Cyan = 0, Magento = 0.2, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 188 216 -
CMYK 0 0.2 0.08 0.08
HSL 324.26º 0.54% 0.83% -
HSV(B) 324.26º 0.2% 0.92% -
XYZ 64.64 58.59 72.87 -
YUV 205.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 235 188 216 0 0.2 0.08 0.08 324.26 0.54 0.83
Hex EB BC D8 0 14 8 8 144 36 53
Octal 353 274 330 0 24 10 10 504 66 123
Binary 11101011 10111100 11011000 0 10100 1000 1000 101000100 110110 1010011

Color Harmonies of #EBBCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBCD8

Black with #EBBCD8

Text Example


Text Example

White with #EBBCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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