Html Css Color HEX #EEBCD6 Classic Rose

📋 copy color: '#EEBCD6'

red 238 ◦ green 188 ◦ blue 214

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

Shades of Classic Rose #EEBCD6

Tints of Classic Rose #EEBCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.44%

R = 37.19%
G = 29.38%
B = 33.44%

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

#EEBCD6 (or 0xEEBCD6) is known color: Classic Rose. HEX triplet: EE, BC and D6. RGB value is (238,188,214). Sum of RGB (Red+Green+Blue) = 238+188+214=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 188 (73.83% from 255 or 29.38% from 640); Blue value is 214 (83.98% from 255 or 33.44% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCD6 is #114329. Grayscale: #CDCDCD. Windows color (decimal): -1131306 or 14073070. OLE color: 14073070.

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

Color convert

RGB 238 188 214 -
CMYK 0 0.21 0.10 0.07
HSL 328.8º 0.6% 0.84% -
HSV(B) 328.8º 0.21% 0.93% -
XYZ 65.38 59 71.56 -
YUV 205.91 132.57 150.89 -
System Red Green Blue C M Y K H S L
Decimal 238 188 214 0 0.21 0.10 0.07 328.8 0.6 0.84
Hex EE BC D6 0 15 A 7 149 3C 54
Octal 356 274 326 0 25 12 7 511 74 124
Binary 11101110 10111100 11010110 0 10101 1010 111 101001001 111100 1010100

Color Harmonies of #EEBCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBCD6

Black with #EEBCD6

Text Example


Text Example

White with #EEBCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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