#EFBCD7

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

Shades of Classic Rose #EFBCD7

Tints of Classic Rose #EFBCD7

Color information

#EFBCD7 (or 0xEFBCD7) is unknown color: approx Classic Rose. HEX triplet: EF, BC and D7. RGB value is (239,188,215). Sum of RGB (Red+Green+Blue) = 239+188+215=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 215 (84.38% from 255 or 33.49% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCD7 is #104328. Grayscale: #CECECE. Windows color (decimal): -1065769 or 14138607. OLE color: 14138607.

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

Color convert

RGB239188215-
CMYK00.210.100.06
HSL328.24º61.45%83.73%-
HSV(B)328.24º21.34%93.73%-
XYZ65.8559.2272.25-
YUV206.33132.9151.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.23%
GREEN value IS 188 (73.83% from 255) = 29.28%
BLUE value IS 215 (84.38% from 255) = 33.49%
R=37.23%
G=29.28%
B=33.49%

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
Decimal23918821500.210.100.06328.2461.4583.73
HexEFBCD7015A61483d54
Octal35727432702512651075124
Binary11101111101111001101011101010110101101010010001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBCD7; }

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

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

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

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

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

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

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

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