#EFBFDA

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

Shades of Classic Rose #EFBFDA

Tints of Classic Rose #EFBFDA

Color information

#EFBFDA (or 0xEFBFDA) is unknown color: approx Classic Rose. HEX triplet: EF, BF and DA. RGB value is (239,191,218). Sum of RGB (Red+Green+Blue) = 239+191+218=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 191 (75% from 255 or 29.48% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFDA is #104025. Grayscale: #D0D0D0. Windows color (decimal): -1064998 or 14335983. OLE color: 14335983.

HSL color Cylindrical-coordinate representation of color #EFBFDA: hue angle of 326.25º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFBFDA is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB239191218-
CMYK00.200.090.06
HSL326.25º60%84.31%-
HSV(B)326.25º20.08%93.73%-
XYZ66.8860.6774.52-
YUV208.43133.4149.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.88%
GREEN value IS 191 (75% from 255) = 29.48%
BLUE value IS 218 (85.55% from 255) = 33.64%
R=36.88%
G=29.48%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919121800.200.090.06326.256084.31
HexEFBFDA014961463c54
Octal35727733202411650674124
Binary11101111101111111101101001010010011101010001101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFDA; }

 p { color: rgb(239,191,218); }

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

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

 a { background-color: rgb(239,191,218); }

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

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

 span { border-color: rgb(239,191,218); }

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