Html Css Color HEX #EEBED2 Classic Rose

📋 copy color: '#EEBED2'

red 238 ◦ green 190 ◦ blue 210

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

Shades of Classic Rose #EEBED2

Tints of Classic Rose #EEBED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.92%

R = 37.3%
G = 29.78%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EEBED2 (or 0xEEBED2) is known color: Classic Rose. HEX triplet: EE, BE and D2. RGB value is (238,190,210). Sum of RGB (Red+Green+Blue) = 238+190+210=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 190 (74.61% from 255 or 29.78% from 638); Blue value is 210 (82.42% from 255 or 32.92% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBED2 is #11412D. Grayscale: #CECECE. Windows color (decimal): -1130798 or 13811438. OLE color: 13811438.

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

Color convert

RGB 238 190 210 -
CMYK 0 0.20 0.12 0.07
HSL 335º 0.59% 0.84% -
HSV(B) 335º 0.2% 0.93% -
XYZ 65.31 59.66 69.05 -
YUV 206.63 129.9 150.37 -
System Red Green Blue C M Y K H S L
Decimal 238 190 210 0 0.20 0.12 0.07 335 0.59 0.84
Hex EE BE D2 0 14 C 7 14F 3B 54
Octal 356 276 322 0 24 14 7 517 73 124
Binary 11101110 10111110 11010010 0 10100 1100 111 101001111 111011 1010100

Color Harmonies of #EEBED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBED2

Black with #EEBED2

Text Example


Text Example

White with #EEBED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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