Html Css Color HEX #EEBCDC Classic Rose

📋 copy color: '#EEBCDC'

red 238 ◦ green 188 ◦ blue 220

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

Shades of Classic Rose #EEBCDC

Tints of Classic Rose #EEBCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.06%

R = 36.84%
G = 29.1%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EEBCDC (or 0xEEBCDC) is known color: Classic Rose. HEX triplet: EE, BC and DC. RGB value is (238,188,220). Sum of RGB (Red+Green+Blue) = 238+188+220=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCDC is #114323. Grayscale: #CECECE. Windows color (decimal): -1131300 or 14466286. OLE color: 14466286.

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

Color convert

RGB 238 188 220 -
CMYK 0 0.21 0.08 0.07
HSL 321.6º 0.6% 0.84% -
HSV(B) 321.6º 0.21% 0.93% -
XYZ 66.16 59.31 75.67 -
YUV 206.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 238 188 220 0 0.21 0.08 0.07 321.6 0.6 0.84
Hex EE BC DC 0 15 8 7 142 3C 54
Octal 356 274 334 0 25 10 7 502 74 124
Binary 11101110 10111100 11011100 0 10101 1000 111 101000010 111100 1010100

Color Harmonies of #EEBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBCDC

Black with #EEBCDC

Text Example


Text Example

White with #EEBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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