Html Css Color HEX #EEBBDA Classic Rose

📋 copy color: '#EEBBDA'

red 238 ◦ green 187 ◦ blue 218

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

Shades of Classic Rose #EEBBDA

Tints of Classic Rose #EEBBDA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.08%

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

R = 37.01%
G = 29.08%
B = 33.9%

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

#EEBBDA (or 0xEEBBDA) is known color: Classic Rose. HEX triplet: EE, BB and DA. RGB value is (238,187,218). Sum of RGB (Red+Green+Blue) = 238+187+218=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBDA is #114425. Grayscale: #CDCDCD. Windows color (decimal): -1131558 or 14334958. OLE color: 14334958.

HSL color Cylindrical-coordinate representation of color #EEBBDA: hue angle of 323.53º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBBDA is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 187 218 -
CMYK 0 0.21 0.08 0.07
HSL 323.53º 0.6% 0.83% -
HSV(B) 323.53º 0.21% 0.93% -
XYZ 65.69 58.78 74.21 -
YUV 205.78 134.9 150.98 -
System Red Green Blue C M Y K H S L
Decimal 238 187 218 0 0.21 0.08 0.07 323.53 0.6 0.83
Hex EE BB DA 0 15 8 7 144 3C 53
Octal 356 273 332 0 25 10 7 504 74 123
Binary 11101110 10111011 11011010 0 10101 1000 111 101000100 111100 1010011

Color Harmonies of #EEBBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBBDA

Black with #EEBBDA

Text Example


Text Example

White with #EEBBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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