Html Css Color HEX #EEBDD5 Classic Rose

📋 copy color: '#EEBDD5'

red 238 ◦ green 189 ◦ blue 213

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

Shades of Classic Rose #EEBDD5

Tints of Classic Rose #EEBDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.28%

R = 37.19%
G = 29.53%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EEBDD5 (or 0xEEBDD5) is known color: Classic Rose. HEX triplet: EE, BD and D5. RGB value is (238,189,213). Sum of RGB (Red+Green+Blue) = 238+189+213=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 213 (83.59% from 255 or 33.28% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDD5 is #11422A. Grayscale: #CECECE. Windows color (decimal): -1131051 or 14007790. OLE color: 14007790.

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

Color convert

RGB 238 189 213 -
CMYK 0 0.21 0.11 0.07
HSL 330.61º 0.59% 0.84% -
HSV(B) 330.61º 0.21% 0.93% -
XYZ 65.47 59.38 70.96 -
YUV 206.39 131.73 150.55 -
System Red Green Blue C M Y K H S L
Decimal 238 189 213 0 0.21 0.11 0.07 330.61 0.59 0.84
Hex EE BD D5 0 15 B 7 14B 3B 54
Octal 356 275 325 0 25 13 7 513 73 124
Binary 11101110 10111101 11010101 0 10101 1011 111 101001011 111011 1010100

Color Harmonies of #EEBDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBDD5

Black with #EEBDD5

Text Example


Text Example

White with #EEBDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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