#EFBBD9

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

Shades of Classic Rose #EFBBD9

Tints of Classic Rose #EFBBD9

Color information

#EFBBD9 (or 0xEFBBD9) is unknown color: approx Classic Rose. HEX triplet: EF, BB and D9. RGB value is (239,187,217). Sum of RGB (Red+Green+Blue) = 239+187+217=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 217 (85.16% from 255 or 33.75% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBD9 is #104426. Grayscale: #CDCDCD. Windows color (decimal): -1066023 or 14269423. OLE color: 14269423.

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

Color convert

RGB239187217-
CMYK00.220.090.06
HSL325.38º61.9%83.53%-
HSV(B)325.38º21.76%93.73%-
XYZ65.8958.973.54-
YUV205.97134.23151.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 187 (73.44% from 255) = 29.08%
BLUE value IS 217 (85.16% from 255) = 33.75%
R=37.17%
G=29.08%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918721700.220.090.06325.3861.983.53
HexEFBBD9016961453e54
Octal35727333102611650576124
Binary11101111101110111101100101011010011101010001011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBD9; }

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

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

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

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

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

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

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

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