#EFC7DF

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

Shades of Classic Rose #EFC7DF

Tints of Classic Rose #EFC7DF

Color information

#EFC7DF (or 0xEFC7DF) is unknown color: approx Classic Rose. HEX triplet: EF, C7 and DF. RGB value is (239,199,223). Sum of RGB (Red+Green+Blue) = 239+199+223=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 199 (78.12% from 255 or 30.11% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7DF is #103820. Grayscale: #D5D5D5. Windows color (decimal): -1062945 or 14665711. OLE color: 14665711.

HSL color Cylindrical-coordinate representation of color #EFC7DF: hue angle of 324º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFC7DF is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB239199223-
CMYK00.170.070.06
HSL324º55.56%85.88%-
HSV(B)324º16.74%93.73%-
XYZ69.3464.5378.61-
YUV213.7133.25146.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.16%
GREEN value IS 199 (78.12% from 255) = 30.11%
BLUE value IS 223 (87.5% from 255) = 33.74%
R=36.16%
G=30.11%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919922300.170.070.0632455.5685.88
HexEFC7DF011761443856
Octal3573073370217650470126
Binary1110111111000111110111110100011111101010001001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC7DF; }

 p { color: rgb(239,199,223); }

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

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

 a { background-color: rgb(239,199,223); }

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

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

 span { border-color: rgb(239,199,223); }

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