#EFBFD7

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

Shades of Classic Rose #EFBFD7

Tints of Classic Rose #EFBFD7

Color information

#EFBFD7 (or 0xEFBFD7) is unknown color: approx Classic Rose. HEX triplet: EF, BF and D7. RGB value is (239,191,215). Sum of RGB (Red+Green+Blue) = 239+191+215=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 191 (75% from 255 or 29.61% from 645); Blue value is 215 (84.38% from 255 or 33.33% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFD7 is #104028. Grayscale: #D0D0D0. Windows color (decimal): -1065001 or 14139375. OLE color: 14139375.

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

Color convert

RGB239191215-
CMYK00.200.100.06
HSL330º60%84.31%-
HSV(B)330º20.08%93.73%-
XYZ66.4960.5272.47-
YUV208.09131.9150.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.05%
GREEN value IS 191 (75% from 255) = 29.61%
BLUE value IS 215 (84.38% from 255) = 33.33%
R=37.05%
G=29.61%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919121500.200.100.063306084.31
HexEFBFD7014A614a3c54
Octal35727732702412651274124
Binary11101111101111111101011101010010101101010010101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFD7; }

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

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

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

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

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

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

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

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