#EFC7DA

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

Shades of Classic Rose #EFC7DA

Tints of Classic Rose #EFC7DA

Color information

#EFC7DA (or 0xEFC7DA) is unknown color: approx Classic Rose. HEX triplet: EF, C7 and DA. RGB value is (239,199,218). Sum of RGB (Red+Green+Blue) = 239+199+218=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 199 (78.12% from 255 or 30.34% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7DA is #103825. Grayscale: #D5D5D5. Windows color (decimal): -1062950 or 14338031. OLE color: 14338031.

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

Color convert

RGB239199218-
CMYK00.170.090.06
HSL331.5º55.56%85.88%-
HSV(B)331.5º16.74%93.73%-
XYZ68.6764.2675.11-
YUV213.13130.75146.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.43%
GREEN value IS 199 (78.12% from 255) = 30.34%
BLUE value IS 218 (85.55% from 255) = 33.23%
R=36.43%
G=30.34%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919921800.170.090.06331.555.5685.88
HexEFC7DA0119614c3856
Octal35730733202111651470126
Binary11101111110001111101101001000110011101010011001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC7DA; }

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

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

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

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

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

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

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

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