Html Css Color HEX #EEBCD3 Classic Rose

📋 copy color: '#EEBCD3'

red 238 ◦ green 188 ◦ blue 211

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

Shades of Classic Rose #EEBCD3

Tints of Classic Rose #EEBCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.12%

R = 37.36%
G = 29.51%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EEBCD3 (or 0xEEBCD3) is known color: Classic Rose. HEX triplet: EE, BC and D3. RGB value is (238,188,211). Sum of RGB (Red+Green+Blue) = 238+188+211=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 211 (82.81% from 255 or 33.12% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCD3 is #11432C. Grayscale: #CDCDCD. Windows color (decimal): -1131309 or 13876462. OLE color: 13876462.

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

Color convert

RGB 238 188 211 -
CMYK 0 0.21 0.11 0.07
HSL 332.4º 0.6% 0.84% -
HSV(B) 332.4º 0.21% 0.93% -
XYZ 65 58.85 69.56 -
YUV 205.57 131.07 151.13 -
System Red Green Blue C M Y K H S L
Decimal 238 188 211 0 0.21 0.11 0.07 332.4 0.6 0.84
Hex EE BC D3 0 15 B 7 14C 3C 54
Octal 356 274 323 0 25 13 7 514 74 124
Binary 11101110 10111100 11010011 0 10101 1011 111 101001100 111100 1010100

Color Harmonies of #EEBCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBCD3

Black with #EEBCD3

Text Example


Text Example

White with #EEBCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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