#EFBED7

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

Shades of Classic Rose #EFBED7

Tints of Classic Rose #EFBED7

Color information

#EFBED7 (or 0xEFBED7) is unknown color: approx Classic Rose. HEX triplet: EF, BE and D7. RGB value is (239,190,215). Sum of RGB (Red+Green+Blue) = 239+190+215=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 215 (84.38% from 255 or 33.39% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBED7 is #104128. Grayscale: #CFCFCF. Windows color (decimal): -1065257 or 14139119. OLE color: 14139119.

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

Color convert

RGB239190215-
CMYK00.210.100.06
HSL329.39º60.49%84.12%-
HSV(B)329.39º20.5%93.73%-
XYZ66.2860.0872.39-
YUV207.5132.23150.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.11%
GREEN value IS 190 (74.61% from 255) = 29.50%
BLUE value IS 215 (84.38% from 255) = 33.39%
R=37.11%
G=29.50%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919021500.210.100.06329.3960.4984.12
HexEFBED7015A61493c54
Octal35727632702512651174124
Binary11101111101111101101011101010110101101010010011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBED7; }

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

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

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

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

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

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

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

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