Html Css Color HEX #EEBAD9 Classic Rose

📋 copy color: '#EEBAD9'

red 238 ◦ green 186 ◦ blue 217

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

Shades of Classic Rose #EEBAD9

Tints of Classic Rose #EEBAD9

RGB

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

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

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

R = 37.13%
G = 29.02%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EEBAD9 (or 0xEEBAD9) is known color: Classic Rose. HEX triplet: EE, BA and D9. RGB value is (238,186,217). Sum of RGB (Red+Green+Blue) = 238+186+217=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAD9 is #114526. Grayscale: #CDCDCD. Windows color (decimal): -1131815 or 14269166. OLE color: 14269166.

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

Color convert

RGB 238 186 217 -
CMYK 0 0.22 0.09 0.07
HSL 324.23º 0.6% 0.83% -
HSV(B) 324.23º 0.22% 0.93% -
XYZ 65.34 58.3 73.46 -
YUV 205.08 134.73 151.48 -
System Red Green Blue C M Y K H S L
Decimal 238 186 217 0 0.22 0.09 0.07 324.23 0.6 0.83
Hex EE BA D9 0 16 9 7 144 3C 53
Octal 356 272 331 0 26 11 7 504 74 123
Binary 11101110 10111010 11011001 0 10110 1001 111 101000100 111100 1010011

Color Harmonies of #EEBAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBAD9

Black with #EEBAD9

Text Example


Text Example

White with #EEBAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBAD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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