#EFCADB

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

Shades of Classic Rose #EFCADB

Tints of Classic Rose #EFCADB

Color information

#EFCADB (or 0xEFCADB) is unknown color: approx Classic Rose. HEX triplet: EF, CA and DB. RGB value is (239,202,219). Sum of RGB (Red+Green+Blue) = 239+202+219=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCADB is #103524. Grayscale: #D6D6D6. Windows color (decimal): -1062181 or 14404335. OLE color: 14404335.

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

Color convert

RGB239202219-
CMYK00.150.080.06
HSL332.43º53.62%86.47%-
HSV(B)332.43º15.48%93.73%-
XYZ69.565.7176.04-
YUV215130.26145.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.21%
GREEN value IS 202 (79.30% from 255) = 30.61%
BLUE value IS 219 (85.94% from 255) = 33.18%
R=36.21%
G=30.61%
B=33.18%

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
Decimal23920221900.150.080.06332.4353.6286.47
HexEFCADB0F8614c3656
Octal35731233301710651466126
Binary1110111111001010110110110111110001101010011001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCADB; }

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

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

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

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

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

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

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

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