#EFCAE6

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

Shades of Classic Rose #EFCAE6

Tints of Classic Rose #EFCAE6

Color information

#EFCAE6 (or 0xEFCAE6) is unknown color: approx Classic Rose. HEX triplet: EF, CA and E6. RGB value is (239,202,230). Sum of RGB (Red+Green+Blue) = 239+202+230=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 202 (79.30% from 255 or 30.10% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCAE6 is #103519. Grayscale: #D8D8D8. Windows color (decimal): -1062170 or 15125231. OLE color: 15125231.

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

Color convert

RGB239202230-
CMYK00.150.040.06
HSL314.59º53.62%86.47%-
HSV(B)314.59º15.48%93.73%-
XYZ7166.383.92-
YUV216.26135.76144.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.62%
GREEN value IS 202 (79.30% from 255) = 30.10%
BLUE value IS 230 (90.23% from 255) = 34.28%
R=35.62%
G=30.10%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920223000.150.040.06314.5953.6286.47
HexEFCAE60F4613b3656
Octal3573123460174647366126
Binary111011111100101011100110011111001101001110111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAE6; }

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

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

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

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

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

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

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

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