Html Css Color HEX #EEBFD5 Classic Rose

📋 copy color: '#EEBFD5'

red 238 ◦ green 191 ◦ blue 213

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

Shades of Classic Rose #EEBFD5

Tints of Classic Rose #EEBFD5

RGB

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

 GREEN value IS 191 (75% from 255) = 29.75%

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

R = 37.07%
G = 29.75%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EEBFD5 (or 0xEEBFD5) is known color: Classic Rose. HEX triplet: EE, BF and D5. RGB value is (238,191,213). Sum of RGB (Red+Green+Blue) = 238+191+213=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 213 (83.59% from 255 or 33.18% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFD5 is #11402A. Grayscale: #CFCFCF. Windows color (decimal): -1130539 or 14008302. OLE color: 14008302.

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

Color convert

RGB 238 191 213 -
CMYK 0 0.20 0.11 0.07
HSL 331.91º 0.58% 0.84% -
HSV(B) 331.91º 0.2% 0.93% -
XYZ 65.9 60.24 71.11 -
YUV 207.56 131.07 149.71 -
System Red Green Blue C M Y K H S L
Decimal 238 191 213 0 0.20 0.11 0.07 331.91 0.58 0.84
Hex EE BF D5 0 14 B 7 14C 3A 54
Octal 356 277 325 0 24 13 7 514 72 124
Binary 11101110 10111111 11010101 0 10100 1011 111 101001100 111010 1010100

Color Harmonies of #EEBFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBFD5

Black with #EEBFD5

Text Example


Text Example

White with #EEBFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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