#EFBFD6

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

Shades of Classic Rose #EFBFD6

Tints of Classic Rose #EFBFD6

Color information

#EFBFD6 (or 0xEFBFD6) is unknown color: approx Classic Rose. HEX triplet: EF, BF and D6. RGB value is (239,191,214). Sum of RGB (Red+Green+Blue) = 239+191+214=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 214 (83.98% from 255 or 33.23% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFD6 is #104029. Grayscale: #CFCFCF. Windows color (decimal): -1065002 or 14073839. OLE color: 14073839.

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

Color convert

RGB239191214-
CMYK00.200.100.06
HSL331.25º60%84.31%-
HSV(B)331.25º20.08%93.73%-
XYZ66.3760.4771.79-
YUV207.97131.4150.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.11%
GREEN value IS 191 (75% from 255) = 29.66%
BLUE value IS 214 (83.98% from 255) = 33.23%
R=37.11%
G=29.66%
B=33.23%

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
Decimal23919121400.200.100.06331.256084.31
HexEFBFD6014A614b3c54
Octal35727732602412651374124
Binary11101111101111111101011001010010101101010010111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFD6; }

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

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

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

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

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

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

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

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