#EFCAE3

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

Shades of Classic Rose #EFCAE3

Tints of Classic Rose #EFCAE3

Color information

#EFCAE3 (or 0xEFCAE3) is unknown color: approx Classic Rose. HEX triplet: EF, CA and E3. RGB value is (239,202,227). Sum of RGB (Red+Green+Blue) = 239+202+227=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 202 (79.30% from 255 or 30.24% from 668); Blue value is 227 (89.06% from 255 or 33.98% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCAE3 is #10351C. Grayscale: #D7D7D7. Windows color (decimal): -1062173 or 14928623. OLE color: 14928623.

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

Color convert

RGB239202227-
CMYK00.150.050.06
HSL319.46º53.62%86.47%-
HSV(B)319.46º15.48%93.73%-
XYZ70.5866.1481.72-
YUV215.91134.26144.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.78%
GREEN value IS 202 (79.30% from 255) = 30.24%
BLUE value IS 227 (89.06% from 255) = 33.98%
R=35.78%
G=30.24%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920222700.150.050.06319.4653.6286.47
HexEFCAE30F5613f3656
Octal3573123430175647766126
Binary111011111100101011100011011111011101001111111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAE3; }

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

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

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

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

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

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

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

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