Html Css Color HEX #EEBDD6 Classic Rose

📋 copy color: '#EEBDD6'

red 238 ◦ green 189 ◦ blue 214

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

Shades of Classic Rose #EEBDD6

Tints of Classic Rose #EEBDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.39%

R = 37.13%
G = 29.49%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EEBDD6 (or 0xEEBDD6) is known color: Classic Rose. HEX triplet: EE, BD and D6. RGB value is (238,189,214). Sum of RGB (Red+Green+Blue) = 238+189+214=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 214 (83.98% from 255 or 33.39% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBDD6 is #114229. Grayscale: #CECECE. Windows color (decimal): -1131050 or 14073326. OLE color: 14073326.

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

Color convert

RGB 238 189 214 -
CMYK 0 0.21 0.10 0.07
HSL 329.39º 0.59% 0.84% -
HSV(B) 329.39º 0.21% 0.93% -
XYZ 65.6 59.43 71.63 -
YUV 206.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 238 189 214 0 0.21 0.10 0.07 329.39 0.59 0.84
Hex EE BD D6 0 15 A 7 149 3B 54
Octal 356 275 326 0 25 12 7 511 73 124
Binary 11101110 10111101 11010110 0 10101 1010 111 101001001 111011 1010100

Color Harmonies of #EEBDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBDD6

Black with #EEBDD6

Text Example


Text Example

White with #EEBDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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