#EFBBD7

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

Shades of Classic Rose #EFBBD7

Tints of Classic Rose #EFBBD7

Color information

#EFBBD7 (or 0xEFBBD7) is unknown color: approx Classic Rose. HEX triplet: EF, BB and D7. RGB value is (239,187,215). Sum of RGB (Red+Green+Blue) = 239+187+215=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 215 (84.38% from 255 or 33.54% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBD7 is #104428. Grayscale: #CDCDCD. Windows color (decimal): -1066025 or 14138351. OLE color: 14138351.

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

Color convert

RGB239187215-
CMYK00.220.100.06
HSL327.69º61.9%83.53%-
HSV(B)327.69º21.76%93.73%-
XYZ65.6358.872.18-
YUV205.74133.23151.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.29%
GREEN value IS 187 (73.44% from 255) = 29.17%
BLUE value IS 215 (84.38% from 255) = 33.54%
R=37.29%
G=29.17%
B=33.54%

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
Decimal23918721500.220.100.06327.6961.983.53
HexEFBBD7016A61483e54
Octal35727332702612651076124
Binary11101111101110111101011101011010101101010010001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBD7; }

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

 H1.HeaderClassName
 {
   color: #EFBBD7;
 }
 .AnyTagClassName
 {
   color: #EFBBD7;
 }
</style>
background-color css

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

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

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

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

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

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