#EFCFE6

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

Shades of Classic Rose #EFCFE6

Tints of Classic Rose #EFCFE6

Color information

#EFCFE6 (or 0xEFCFE6) is unknown color: approx Classic Rose. HEX triplet: EF, CF and E6. RGB value is (239,207,230). Sum of RGB (Red+Green+Blue) = 239+207+230=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 230 (90.23% from 255 or 34.02% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCFE6 is #103019. Grayscale: #DBDBDB. Windows color (decimal): -1060890 or 15126511. OLE color: 15126511.

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

Color convert

RGB239207230-
CMYK00.130.040.06
HSL316.88º50%87.45%-
HSV(B)316.88º13.39%93.73%-
XYZ72.1968.6984.32-
YUV219.19134.1142.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.36%
GREEN value IS 207 (81.25% from 255) = 30.62%
BLUE value IS 230 (90.23% from 255) = 34.02%
R=35.36%
G=30.62%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920723000.130.040.06316.885087.45
HexEFCFE60D4613d3257
Octal3573173460154647562127
Binary111011111100111111100110011011001101001111011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFE6; }

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

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

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

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

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

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

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

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