#EFCFE5

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

Shades of Classic Rose #EFCFE5

Tints of Classic Rose #EFCFE5

Color information

#EFCFE5 (or 0xEFCFE5) is unknown color: approx Classic Rose. HEX triplet: EF, CF and E5. RGB value is (239,207,229). Sum of RGB (Red+Green+Blue) = 239+207+229=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFE5 is #10301A. Grayscale: #DBDBDB. Windows color (decimal): -1060891 or 15060975. OLE color: 15060975.

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

Color convert

RGB239207229-
CMYK00.130.040.06
HSL318.75º50%87.45%-
HSV(B)318.75º13.39%93.73%-
XYZ72.0568.6383.58-
YUV219.08133.6142.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.41%
GREEN value IS 207 (81.25% from 255) = 30.67%
BLUE value IS 229 (89.84% from 255) = 33.93%
R=35.41%
G=30.67%
B=33.93%

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
Decimal23920722900.130.040.06318.755087.45
HexEFCFE50D4613f3257
Octal3573173450154647762127
Binary111011111100111111100101011011001101001111111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFE5; }

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

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

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

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

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

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

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

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