#EFCFE0

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

Shades of Classic Rose #EFCFE0

Tints of Classic Rose #EFCFE0

Color information

#EFCFE0 (or 0xEFCFE0) is unknown color: approx Classic Rose. HEX triplet: EF, CF and E0. RGB value is (239,207,224). Sum of RGB (Red+Green+Blue) = 239+207+224=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 224 (87.89% from 255 or 33.43% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFE0 is #10301F. Grayscale: #DADADA. Windows color (decimal): -1060896 or 14733295. OLE color: 14733295.

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

Color convert

RGB239207224-
CMYK00.130.060.06
HSL328.12º50%87.45%-
HSV(B)328.12º13.39%93.73%-
XYZ71.3668.3679.95-
YUV218.51131.1142.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.67%
GREEN value IS 207 (81.25% from 255) = 30.90%
BLUE value IS 224 (87.89% from 255) = 33.43%
R=35.67%
G=30.90%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920722400.130.060.06328.125087.45
HexEFCFE00D661483257
Octal3573173400156651062127
Binary111011111100111111100000011011101101010010001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFE0; }

 p { color: rgb(239,207,224); }

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

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

 a { background-color: rgb(239,207,224); }

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

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

 span { border-color: rgb(239,207,224); }

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