#EFCBDB

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

Shades of Classic Rose #EFCBDB

Tints of Classic Rose #EFCBDB

Color information

#EFCBDB (or 0xEFCBDB) is unknown color: approx Classic Rose. HEX triplet: EF, CB and DB. RGB value is (239,203,219). Sum of RGB (Red+Green+Blue) = 239+203+219=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 203 (79.69% from 255 or 30.71% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBDB is #103424. Grayscale: #D7D7D7. Windows color (decimal): -1061925 or 14404591. OLE color: 14404591.

HSL color Cylindrical-coordinate representation of color #EFCBDB: hue angle of 333.33º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCBDB is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB239203219-
CMYK00.150.080.06
HSL333.33º52.94%86.67%-
HSV(B)333.33º15.06%93.73%-
XYZ69.7466.1876.12-
YUV215.59129.93144.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.16%
GREEN value IS 203 (79.69% from 255) = 30.71%
BLUE value IS 219 (85.94% from 255) = 33.13%
R=36.16%
G=30.71%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920321900.150.080.06333.3352.9486.67
HexEFCBDB0F8614d3557
Octal35731333301710651565127
Binary1110111111001011110110110111110001101010011011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBDB; }

 p { color: rgb(239,203,219); }

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

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

 a { background-color: rgb(239,203,219); }

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

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

 span { border-color: rgb(239,203,219); }

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