Html Css Color HEX #EEBEDA Classic Rose

📋 copy color: '#EEBEDA'

red 238 ◦ green 190 ◦ blue 218

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

Shades of Classic Rose #EEBEDA

Tints of Classic Rose #EEBEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.75%

R = 36.84%
G = 29.41%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EEBEDA (or 0xEEBEDA) is known color: Classic Rose. HEX triplet: EE, BE and DA. RGB value is (238,190,218). Sum of RGB (Red+Green+Blue) = 238+190+218=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 190 (74.61% from 255 or 29.41% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBEDA is #114125. Grayscale: #CFCFCF. Windows color (decimal): -1130790 or 14335726. OLE color: 14335726.

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

Color convert

RGB 238 190 218 -
CMYK 0 0.20 0.08 0.07
HSL 325º 0.59% 0.84% -
HSV(B) 325º 0.2% 0.93% -
XYZ 66.33 60.07 74.43 -
YUV 207.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 238 190 218 0 0.20 0.08 0.07 325 0.59 0.84
Hex EE BE DA 0 14 8 7 145 3B 54
Octal 356 276 332 0 24 10 7 505 73 124
Binary 11101110 10111110 11011010 0 10100 1000 111 101000101 111011 1010100

Color Harmonies of #EEBEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBEDA

Black with #EEBEDA

Text Example


Text Example

White with #EEBEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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