#EFBFD8

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

Shades of Classic Rose #EFBFD8

Tints of Classic Rose #EFBFD8

Color information

#EFBFD8 (or 0xEFBFD8) is unknown color: approx Classic Rose. HEX triplet: EF, BF and D8. RGB value is (239,191,216). Sum of RGB (Red+Green+Blue) = 239+191+216=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 191 (75% from 255 or 29.57% from 646); Blue value is 216 (84.77% from 255 or 33.44% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFD8 is #104027. Grayscale: #D0D0D0. Windows color (decimal): -1065000 or 14204911. OLE color: 14204911.

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

Color convert

RGB239191216-
CMYK00.200.100.06
HSL328.75º60%84.31%-
HSV(B)328.75º20.08%93.73%-
XYZ66.6260.5773.15-
YUV208.2132.4149.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.00%
GREEN value IS 191 (75% from 255) = 29.57%
BLUE value IS 216 (84.77% from 255) = 33.44%
R=37.00%
G=29.57%
B=33.44%

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
Decimal23919121600.200.100.06328.756084.31
HexEFBFD8014A61493c54
Octal35727733002412651174124
Binary11101111101111111101100001010010101101010010011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFD8; }

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

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

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

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

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

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

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

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