#EFBEDF

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

Shades of Classic Rose #EFBEDF

Tints of Classic Rose #EFBEDF

Color information

#EFBEDF (or 0xEFBEDF) is unknown color: approx Classic Rose. HEX triplet: EF, BE and DF. RGB value is (239,190,223). Sum of RGB (Red+Green+Blue) = 239+190+223=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEDF is #104120. Grayscale: #D0D0D0. Windows color (decimal): -1065249 or 14663407. OLE color: 14663407.

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

Color convert

RGB239190223-
CMYK00.210.070.06
HSL319.59º60.49%84.12%-
HSV(B)319.59º20.5%93.73%-
XYZ67.3360.5177.94-
YUV208.41136.23149.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.66%
GREEN value IS 190 (74.61% from 255) = 29.14%
BLUE value IS 223 (87.5% from 255) = 34.20%
R=36.66%
G=29.14%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919022300.210.070.06319.5960.4984.12
HexEFBEDF015761403c54
Octal3572763370257650074124
Binary1110111110111110110111110101011111101010000001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBEDF; }

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

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

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

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

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

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

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

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