Html Css Color HEX #EEBED3 Classic Rose

📋 copy color: '#EEBED3'

red 238 ◦ green 190 ◦ blue 211

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

Shades of Classic Rose #EEBED3

Tints of Classic Rose #EEBED3

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.73%

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

R = 37.25%
G = 29.73%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EEBED3 (or 0xEEBED3) is known color: Classic Rose. HEX triplet: EE, BE and D3. RGB value is (238,190,211). Sum of RGB (Red+Green+Blue) = 238+190+211=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 211 (82.81% from 255 or 33.02% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBED3 is #11412C. Grayscale: #CECECE. Windows color (decimal): -1130797 or 13876974. OLE color: 13876974.

HSL color Cylindrical-coordinate representation of color #EEBED3: hue angle of 333.75º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEBED3 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 190 211 -
CMYK 0 0.20 0.11 0.07
HSL 333.75º 0.59% 0.84% -
HSV(B) 333.75º 0.2% 0.93% -
XYZ 65.43 59.71 69.7 -
YUV 206.75 130.4 150.29 -
System Red Green Blue C M Y K H S L
Decimal 238 190 211 0 0.20 0.11 0.07 333.75 0.59 0.84
Hex EE BE D3 0 14 B 7 14E 3B 54
Octal 356 276 323 0 24 13 7 516 73 124
Binary 11101110 10111110 11010011 0 10100 1011 111 101001110 111011 1010100

Color Harmonies of #EEBED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBED3

Black with #EEBED3

Text Example


Text Example

White with #EEBED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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