#EFBBD8

Color #EFBBD8 Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #EFBBD8

Tints of Classic Rose #EFBBD8

Color information

#EFBBD8 (or 0xEFBBD8) is unknown color: approx 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

RGB239187216-
CMYK00.220.100.06
HSL326.54º61.9%83.53%-
HSV(B)326.54º21.76%93.73%-
XYZ65.7658.8572.86-
YUV205.85133.73151.64-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918721600.220.100.06326.5461.983.53
HexEFBBD8016A61473e54
Octal35727333002612650776124
Binary11101111101110111101100001011010101101010001111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>