Html Css Color HEX #EEBCDB Classic Rose

📋 copy color: '#EEBCDB'

red 238 ◦ green 188 ◦ blue 219

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

Shades of Classic Rose #EEBCDB

Tints of Classic Rose #EEBCDB

RGB

 RED value IS 238 (93.36% from 255) = 36.9%

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

 BLUE value IS 219 (85.94% from 255) = 33.95%

R = 36.9%
G = 29.15%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EEBCDB (or 0xEEBCDB) is known color: Classic Rose. HEX triplet: EE, BC and DB. RGB value is (238,188,219). Sum of RGB (Red+Green+Blue) = 238+188+219=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCDB is #114324. Grayscale: #CECECE. Windows color (decimal): -1131301 or 14400750. OLE color: 14400750.

HSL color Cylindrical-coordinate representation of color #EEBCDB: hue angle of 322.8º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBCDB is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 188 219 -
CMYK 0 0.21 0.08 0.07
HSL 322.8º 0.6% 0.84% -
HSV(B) 322.8º 0.21% 0.93% -
XYZ 66.03 59.26 74.98 -
YUV 206.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 238 188 219 0 0.21 0.08 0.07 322.8 0.6 0.84
Hex EE BC DB 0 15 8 7 143 3C 54
Octal 356 274 333 0 25 10 7 503 74 124
Binary 11101110 10111100 11011011 0 10101 1000 111 101000011 111100 1010100

Color Harmonies of #EEBCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBCDB

Black with #EEBCDB

Text Example


Text Example

White with #EEBCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBCDB; }

 p { color: rgb(238,188,219); }

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

background-color css

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

 a { background-color: rgb(238,188,219); }

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

border-color css

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

 span { border-color: rgb(238,188,219); }

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