Html Css Color HEX #EBBCD9 Classic Rose

📋 copy color: '#EBBCD9'

red 235 ◦ green 188 ◦ blue 217

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

Shades of Classic Rose #EBBCD9

Tints of Classic Rose #EBBCD9

RGB

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

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

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

R = 36.72%
G = 29.38%
B = 33.91%

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

#EBBCD9 (or 0xEBBCD9) is known color: Classic Rose. HEX triplet: EB, BC and D9. RGB value is (235,188,217). Sum of RGB (Red+Green+Blue) = 235+188+217=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 188 (73.83% from 255 or 29.38% from 640); Blue value is 217 (85.16% from 255 or 33.91% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCD9 is #144326. Grayscale: #CDCDCD. Windows color (decimal): -1327911 or 14269675. OLE color: 14269675.

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

Color convert

RGB 235 188 217 -
CMYK 0 0.2 0.08 0.08
HSL 322.98º 0.54% 0.83% -
HSV(B) 322.98º 0.2% 0.92% -
XYZ 64.77 58.64 73.55 -
YUV 205.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 235 188 217 0 0.2 0.08 0.08 322.98 0.54 0.83
Hex EB BC D9 0 14 8 8 143 36 53
Octal 353 274 331 0 24 10 10 503 66 123
Binary 11101011 10111100 11011001 0 10100 1000 1000 101000011 110110 1010011

Color Harmonies of #EBBCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBCD9

Black with #EBBCD9

Text Example


Text Example

White with #EBBCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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