#EFBED3

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

Shades of Classic Rose #EFBED3

Tints of Classic Rose #EFBED3

Color information

#EFBED3 (or 0xEFBED3) is unknown color: approx Classic Rose. HEX triplet: EF, BE and D3. RGB value is (239,190,211). Sum of RGB (Red+Green+Blue) = 239+190+211=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 211 (82.81% from 255 or 32.97% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBED3 is #10412C. Grayscale: #CFCFCF. Windows color (decimal): -1065261 or 13876975. OLE color: 13876975.

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

Color convert

RGB239190211-
CMYK00.210.120.06
HSL334.29º60.49%84.12%-
HSV(B)334.29º20.5%93.73%-
XYZ65.7759.8869.72-
YUV207.04130.23150.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.34%
GREEN value IS 190 (74.61% from 255) = 29.69%
BLUE value IS 211 (82.81% from 255) = 32.97%
R=37.34%
G=29.69%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919021100.210.120.06334.2960.4984.12
HexEFBED3015C614e3c54
Octal35727632302514651674124
Binary11101111101111101101001101010111001101010011101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBED3; }

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

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

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

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

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

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

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

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