#EFCEE1

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

Shades of Classic Rose #EFCEE1

Tints of Classic Rose #EFCEE1

Color information

#EFCEE1 (or 0xEFCEE1) is unknown color: approx Classic Rose. HEX triplet: EF, CE and E1. RGB value is (239,206,225). Sum of RGB (Red+Green+Blue) = 239+206+225=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 225 (88.28% from 255 or 33.58% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEE1 is #10311E. Grayscale: #D9D9D9. Windows color (decimal): -1061151 or 14798575. OLE color: 14798575.

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

Color convert

RGB239206225-
CMYK00.140.060.06
HSL325.45º50.77%87.25%-
HSV(B)325.45º13.81%93.73%-
XYZ71.2667.9380.59-
YUV218.03131.93142.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.67%
GREEN value IS 206 (80.86% from 255) = 30.75%
BLUE value IS 225 (88.28% from 255) = 33.58%
R=35.67%
G=30.75%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920622500.140.060.06325.4550.7787.25
HexEFCEE10E661453357
Octal3573163410166650563127
Binary111011111100111011100001011101101101010001011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEE1; }

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

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

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

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

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

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

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

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