Html Css Color HEX #EEBDD8 Classic Rose

📋 copy color: '#EEBDD8'

red 238 ◦ green 189 ◦ blue 216

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

Shades of Classic Rose #EEBDD8

Tints of Classic Rose #EEBDD8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.39%

 BLUE value IS 216 (84.77% from 255) = 33.59%

R = 37.01%
G = 29.39%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EEBDD8 (or 0xEEBDD8) is known color: Classic Rose. HEX triplet: EE, BD and D8. RGB value is (238,189,216). Sum of RGB (Red+Green+Blue) = 238+189+216=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 189 (74.22% from 255 or 29.39% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDD8 is #114227. Grayscale: #CECECE. Windows color (decimal): -1131048 or 14204398. OLE color: 14204398.

HSL color Cylindrical-coordinate representation of color #EEBDD8: hue angle of 326.94º degrees, saturation: 0.59, 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 #EEBDD8 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 189 216 -
CMYK 0 0.21 0.09 0.07
HSL 326.94º 0.59% 0.84% -
HSV(B) 326.94º 0.21% 0.93% -
XYZ 65.85 59.53 72.99 -
YUV 206.73 133.23 150.3 -
System Red Green Blue C M Y K H S L
Decimal 238 189 216 0 0.21 0.09 0.07 326.94 0.59 0.84
Hex EE BD D8 0 15 9 7 147 3B 54
Octal 356 275 330 0 25 11 7 507 73 124
Binary 11101110 10111101 11011000 0 10101 1001 111 101000111 111011 1010100

Color Harmonies of #EEBDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBDD8

Black with #EEBDD8

Text Example


Text Example

White with #EEBDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBDD8; }

 p { color: rgb(238,189,216); }

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

background-color css

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

 a { background-color: rgb(238,189,216); }

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

border-color css

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

 span { border-color: rgb(238,189,216); }

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