#EFBBDB

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

Shades of Classic Rose #EFBBDB

Tints of Classic Rose #EFBBDB

Color information

#EFBBDB (or 0xEFBBDB) is unknown color: approx Classic Rose. HEX triplet: EF, BB and DB. RGB value is (239,187,219). Sum of RGB (Red+Green+Blue) = 239+187+219=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 187 (73.44% from 255 or 28.99% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBDB is #104424. Grayscale: #CECECE. Windows color (decimal): -1066021 or 14400495. OLE color: 14400495.

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

Color convert

RGB239187219-
CMYK00.220.080.06
HSL323.08º61.9%83.53%-
HSV(B)323.08º21.76%93.73%-
XYZ66.1559.0174.92-
YUV206.2135.23151.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.05%
GREEN value IS 187 (73.44% from 255) = 28.99%
BLUE value IS 219 (85.94% from 255) = 33.95%
R=37.05%
G=28.99%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918721900.220.080.06323.0861.983.53
HexEFBBDB016861433e54
Octal35727333302610650376124
Binary11101111101110111101101101011010001101010000111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBDB; }

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

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

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

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

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

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

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

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