Html Css Color HEX #EEBBDC Classic Rose

📋 copy color: '#EEBBDC'

red 238 ◦ green 187 ◦ blue 220

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

Shades of Classic Rose #EEBBDC

Tints of Classic Rose #EEBBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.11%

R = 36.9%
G = 28.99%
B = 34.11%

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

#EEBBDC (or 0xEEBBDC) is known color: Classic Rose. HEX triplet: EE, BB and DC. RGB value is (238,187,220). Sum of RGB (Red+Green+Blue) = 238+187+220=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 187 (73.44% from 255 or 28.99% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBDC is #114423. Grayscale: #CDCDCD. Windows color (decimal): -1131556 or 14466030. OLE color: 14466030.

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

Color convert

RGB 238 187 220 -
CMYK 0 0.21 0.08 0.07
HSL 321.18º 0.6% 0.83% -
HSV(B) 321.18º 0.21% 0.93% -
XYZ 65.95 58.89 75.6 -
YUV 206.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 238 187 220 0 0.21 0.08 0.07 321.18 0.6 0.83
Hex EE BB DC 0 15 8 7 141 3C 53
Octal 356 273 334 0 25 10 7 501 74 123
Binary 11101110 10111011 11011100 0 10101 1000 111 101000001 111100 1010011

Color Harmonies of #EEBBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBBDC

Black with #EEBBDC

Text Example


Text Example

White with #EEBBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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