Html Css Color HEX #EEBFDB Classic Rose

📋 copy color: '#EEBFDB'

red 238 ◦ green 191 ◦ blue 219

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

Shades of Classic Rose #EEBFDB

Tints of Classic Rose #EEBFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.8%

R = 36.73%
G = 29.48%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EEBFDB (or 0xEEBFDB) is known color: Classic Rose. HEX triplet: EE, BF and DB. RGB value is (238,191,219). Sum of RGB (Red+Green+Blue) = 238+191+219=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 191 (75% from 255 or 29.48% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFDB is #114024. Grayscale: #D0D0D0. Windows color (decimal): -1130533 or 14401518. OLE color: 14401518.

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

Color convert

RGB 238 191 219 -
CMYK 0 0.20 0.08 0.07
HSL 324.26º 0.58% 0.84% -
HSV(B) 324.26º 0.2% 0.93% -
XYZ 66.68 60.55 75.19 -
YUV 208.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 238 191 219 0 0.20 0.08 0.07 324.26 0.58 0.84
Hex EE BF DB 0 14 8 7 144 3A 54
Octal 356 277 333 0 24 10 7 504 72 124
Binary 11101110 10111111 11011011 0 10100 1000 111 101000100 111010 1010100

Color Harmonies of #EEBFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBFDB

Black with #EEBFDB

Text Example


Text Example

White with #EEBFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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