Html Css Color HEX #EEBAD7 Classic Rose

📋 copy color: '#EEBAD7'

red 238 ◦ green 186 ◦ blue 215

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

Shades of Classic Rose #EEBAD7

Tints of Classic Rose #EEBAD7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.11%

 BLUE value IS 215 (84.38% from 255) = 33.65%

R = 37.25%
G = 29.11%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EEBAD7 (or 0xEEBAD7) is known color: Classic Rose. HEX triplet: EE, BA and D7. RGB value is (238,186,215). Sum of RGB (Red+Green+Blue) = 238+186+215=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 215 (84.38% from 255 or 33.65% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAD7 is #114528. Grayscale: #CCCCCC. Windows color (decimal): -1131817 or 14138094. OLE color: 14138094.

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

Color convert

RGB 238 186 215 -
CMYK 0 0.22 0.10 0.07
HSL 326.54º 0.6% 0.83% -
HSV(B) 326.54º 0.22% 0.93% -
XYZ 65.08 58.2 72.09 -
YUV 204.85 133.73 151.64 -
System Red Green Blue C M Y K H S L
Decimal 238 186 215 0 0.22 0.10 0.07 326.54 0.6 0.83
Hex EE BA D7 0 16 A 7 147 3C 53
Octal 356 272 327 0 26 12 7 507 74 123
Binary 11101110 10111010 11010111 0 10110 1010 111 101000111 111100 1010011

Color Harmonies of #EEBAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBAD7

Black with #EEBAD7

Text Example


Text Example

White with #EEBAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBAD7; }

 p { color: rgb(238,186,215); }

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

background-color css

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

 a { background-color: rgb(238,186,215); }

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

border-color css

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

 span { border-color: rgb(238,186,215); }

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