Html Css Color HEX #EEBCD9 Classic Rose

📋 copy color: '#EEBCD9'

red 238 ◦ green 188 ◦ blue 217

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

Shades of Classic Rose #EEBCD9

Tints of Classic Rose #EEBCD9

RGB

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

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

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

R = 37.01%
G = 29.24%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EEBCD9 (or 0xEEBCD9) is known color: Classic Rose. HEX triplet: EE, BC and D9. RGB value is (238,188,217). Sum of RGB (Red+Green+Blue) = 238+188+217=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 217 (85.16% from 255 or 33.75% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCD9 is #114326. Grayscale: #CECECE. Windows color (decimal): -1131303 or 14269678. OLE color: 14269678.

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

Color convert

RGB 238 188 217 -
CMYK 0 0.21 0.09 0.07
HSL 325.2º 0.6% 0.84% -
HSV(B) 325.2º 0.21% 0.93% -
XYZ 65.77 59.15 73.6 -
YUV 206.26 134.07 150.64 -
System Red Green Blue C M Y K H S L
Decimal 238 188 217 0 0.21 0.09 0.07 325.2 0.6 0.84
Hex EE BC D9 0 15 9 7 145 3C 54
Octal 356 274 331 0 25 11 7 505 74 124
Binary 11101110 10111100 11011001 0 10101 1001 111 101000101 111100 1010100

Color Harmonies of #EEBCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBCD9

Black with #EEBCD9

Text Example


Text Example

White with #EEBCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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