#EFBEDA

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

Shades of Classic Rose #EFBEDA

Tints of Classic Rose #EFBEDA

Color information

#EFBEDA (or 0xEFBEDA) is unknown color: approx Classic Rose. HEX triplet: EF, BE and DA. RGB value is (239,190,218). Sum of RGB (Red+Green+Blue) = 239+190+218=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 190 (74.61% from 255 or 29.37% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEDA is #104125. Grayscale: #CFCFCF. Windows color (decimal): -1065254 or 14335727. OLE color: 14335727.

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

Color convert

RGB239190218-
CMYK00.210.090.06
HSL325.71º60.49%84.12%-
HSV(B)325.71º20.5%93.73%-
XYZ66.6660.2474.44-
YUV207.84133.73150.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.94%
GREEN value IS 190 (74.61% from 255) = 29.37%
BLUE value IS 218 (85.55% from 255) = 33.69%
R=36.94%
G=29.37%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919021800.210.090.06325.7160.4984.12
HexEFBEDA015961463c54
Octal35727633202511650674124
Binary11101111101111101101101001010110011101010001101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBEDA; }

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

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

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

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

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

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

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

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