#EFBEDE

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

Shades of Classic Rose #EFBEDE

Tints of Classic Rose #EFBEDE

Color information

#EFBEDE (or 0xEFBEDE) is unknown color: approx Classic Rose. HEX triplet: EF, BE and DE. RGB value is (239,190,222). Sum of RGB (Red+Green+Blue) = 239+190+222=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 190 (74.61% from 255 or 29.19% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEDE is #104121. Grayscale: #D0D0D0. Windows color (decimal): -1065250 or 14597871. OLE color: 14597871.

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

Color convert

RGB239190222-
CMYK00.210.070.06
HSL320.82º60.49%84.12%-
HSV(B)320.82º20.5%93.73%-
XYZ67.1960.4577.23-
YUV208.3135.73149.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 190 (74.61% from 255) = 29.19%
BLUE value IS 222 (87.11% from 255) = 34.10%
R=36.71%
G=29.19%
B=34.10%

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
Decimal23919022200.210.070.06320.8260.4984.12
HexEFBEDE015761413c54
Octal3572763360257650174124
Binary1110111110111110110111100101011111101010000011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBEDE; }

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

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

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

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

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

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

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

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