#EFCCE1

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

Shades of Classic Rose #EFCCE1

Tints of Classic Rose #EFCCE1

Color information

#EFCCE1 (or 0xEFCCE1) is unknown color: approx Classic Rose. HEX triplet: EF, CC and E1. RGB value is (239,204,225). Sum of RGB (Red+Green+Blue) = 239+204+225=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 225 (88.28% from 255 or 33.68% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCE1 is #10331E. Grayscale: #D8D8D8. Windows color (decimal): -1061663 or 14798063. OLE color: 14798063.

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

Color convert

RGB239204225-
CMYK00.150.060.06
HSL324º52.24%86.86%-
HSV(B)324º14.64%93.73%-
XYZ70.7866.9780.43-
YUV216.86132.6143.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.78%
GREEN value IS 204 (80.08% from 255) = 30.54%
BLUE value IS 225 (88.28% from 255) = 33.68%
R=35.78%
G=30.54%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920422500.150.060.0632452.2486.86
HexEFCCE10F661443457
Octal3573143410176650464127
Binary111011111100110011100001011111101101010001001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCE1; }

 p { color: rgb(239,204,225); }

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

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

 a { background-color: rgb(239,204,225); }

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

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

 span { border-color: rgb(239,204,225); }

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