Html Css Color HEX #EFBBD8 Classic Rose

📋 copy color: '#EFBBD8'

red 239 ◦ green 187 ◦ blue 216

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

Shades of Classic Rose #EFBBD8

Tints of Classic Rose #EFBBD8

RGB

 RED value IS 239 (93.75% from 255) = 37.23%

 GREEN value IS 187 (73.44% from 255) = 29.13%

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

R = 37.23%
G = 29.13%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFBBD8 (or 0xEFBBD8) is known color: Classic Rose. HEX triplet: EF, BB and D8. RGB value is (239,187,216). Sum of RGB (Red+Green+Blue) = 239+187+216=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 216 (84.77% from 255 or 33.64% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBD8 is #104427. Grayscale: #CDCDCD. Windows color (decimal): -1066024 or 14203887. OLE color: 14203887.

HSL color Cylindrical-coordinate representation of color #EFBBD8: hue angle of 326.54º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBBD8 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 187 216 -
CMYK 0 0.22 0.10 0.06
HSL 326.54º 0.62% 0.84% -
HSV(B) 326.54º 0.22% 0.94% -
XYZ 65.76 58.85 72.86 -
YUV 205.85 133.73 151.64 -
System Red Green Blue C M Y K H S L
Decimal 239 187 216 0 0.22 0.10 0.06 326.54 0.62 0.84
Hex EF BB D8 0 16 A 6 147 3E 54
Octal 357 273 330 0 26 12 6 507 76 124
Binary 11101111 10111011 11011000 0 10110 1010 110 101000111 111110 1010100

Color Harmonies of #EFBBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBD8

Black with #EFBBD8

Text Example


Text Example

White with #EFBBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBD8; }

 p { color: rgb(239,187,216); }

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

background-color css

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

 a { background-color: rgb(239,187,216); }

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

border-color css

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

 span { border-color: rgb(239,187,216); }

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