#EFCEE5

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

Shades of Classic Rose #EFCEE5

Tints of Classic Rose #EFCEE5

Color information

#EFCEE5 (or 0xEFCEE5) is unknown color: approx Classic Rose. HEX triplet: EF, CE and E5. RGB value is (239,206,229). Sum of RGB (Red+Green+Blue) = 239+206+229=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEE5 is #10311A. Grayscale: #DADADA. Windows color (decimal): -1061147 or 15060719. OLE color: 15060719.

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

Color convert

RGB239206229-
CMYK00.140.040.06
HSL318.18º50.77%87.25%-
HSV(B)318.18º13.81%93.73%-
XYZ71.8168.1583.5-
YUV218.49133.93142.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.46%
GREEN value IS 206 (80.86% from 255) = 30.56%
BLUE value IS 229 (89.84% from 255) = 33.98%
R=35.46%
G=30.56%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920622900.140.040.06318.1850.7787.25
HexEFCEE50E4613e3357
Octal3573163450164647663127
Binary111011111100111011100101011101001101001111101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEE5; }

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

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

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

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

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

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

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

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