Html Css Color HEX #EEBCD7 Classic Rose

📋 copy color: '#EEBCD7'

red 238 ◦ green 188 ◦ blue 215

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

Shades of Classic Rose #EEBCD7

Tints of Classic Rose #EEBCD7

RGB

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

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

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

R = 37.13%
G = 29.33%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EEBCD7 (or 0xEEBCD7) is known color: Classic Rose. HEX triplet: EE, BC and D7. RGB value is (238,188,215). Sum of RGB (Red+Green+Blue) = 238+188+215=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 215 (84.38% from 255 or 33.54% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCD7 is #114328. Grayscale: #CDCDCD. Windows color (decimal): -1131305 or 14138606. OLE color: 14138606.

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

Color convert

RGB 238 188 215 -
CMYK 0 0.21 0.10 0.07
HSL 327.6º 0.6% 0.84% -
HSV(B) 327.6º 0.21% 0.93% -
XYZ 65.51 59.05 72.24 -
YUV 206.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 238 188 215 0 0.21 0.10 0.07 327.6 0.6 0.84
Hex EE BC D7 0 15 A 7 148 3C 54
Octal 356 274 327 0 25 12 7 510 74 124
Binary 11101110 10111100 11010111 0 10101 1010 111 101001000 111100 1010100

Color Harmonies of #EEBCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBCD7

Black with #EEBCD7

Text Example


Text Example

White with #EEBCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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