Html Css Color HEX #EEBBDB Classic Rose

📋 copy color: '#EEBBDB'

red 238 ◦ green 187 ◦ blue 219

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

Shades of Classic Rose #EEBBDB

Tints of Classic Rose #EEBBDB

RGB

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

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

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

R = 36.96%
G = 29.04%
B = 34.01%

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

#EEBBDB (or 0xEEBBDB) is known color: Classic Rose. HEX triplet: EE, BB and DB. RGB value is (238,187,219). Sum of RGB (Red+Green+Blue) = 238+187+219=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBDB is #114424. Grayscale: #CDCDCD. Windows color (decimal): -1131557 or 14400494. OLE color: 14400494.

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

Color convert

RGB 238 187 219 -
CMYK 0 0.21 0.08 0.07
HSL 322.35º 0.6% 0.83% -
HSV(B) 322.35º 0.21% 0.93% -
XYZ 65.82 58.83 74.9 -
YUV 205.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 238 187 219 0 0.21 0.08 0.07 322.35 0.6 0.83
Hex EE BB DB 0 15 8 7 142 3C 53
Octal 356 273 333 0 25 10 7 502 74 123
Binary 11101110 10111011 11011011 0 10101 1000 111 101000010 111100 1010011

Color Harmonies of #EEBBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBBDB

Black with #EEBBDB

Text Example


Text Example

White with #EEBBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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