Html Css Color HEX #EEBCD8 Classic Rose

📋 copy color: '#EEBCD8'

red 238 ◦ green 188 ◦ blue 216

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

Shades of Classic Rose #EEBCD8

Tints of Classic Rose #EEBCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.64%

R = 37.07%
G = 29.28%
B = 33.64%

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

#EEBCD8 (or 0xEEBCD8) is known color: Classic Rose. HEX triplet: EE, BC and D8. RGB value is (238,188,216). Sum of RGB (Red+Green+Blue) = 238+188+216=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 216 (84.77% from 255 or 33.64% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCD8 is #114327. Grayscale: #CECECE. Windows color (decimal): -1131304 or 14204142. OLE color: 14204142.

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

Color convert

RGB 238 188 216 -
CMYK 0 0.21 0.09 0.07
HSL 326.4º 0.6% 0.84% -
HSV(B) 326.4º 0.21% 0.93% -
XYZ 65.64 59.1 72.91 -
YUV 206.14 133.57 150.72 -
System Red Green Blue C M Y K H S L
Decimal 238 188 216 0 0.21 0.09 0.07 326.4 0.6 0.84
Hex EE BC D8 0 15 9 7 146 3C 54
Octal 356 274 330 0 25 11 7 506 74 124
Binary 11101110 10111100 11011000 0 10101 1001 111 101000110 111100 1010100

Color Harmonies of #EEBCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBCD8

Black with #EEBCD8

Text Example


Text Example

White with #EEBCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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