#EFC6DA

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

Shades of Classic Rose #EFC6DA

Tints of Classic Rose #EFC6DA

Color information

#EFC6DA (or 0xEFC6DA) is unknown color: approx Classic Rose. HEX triplet: EF, C6 and DA. RGB value is (239,198,218). Sum of RGB (Red+Green+Blue) = 239+198+218=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 198 (77.73% from 255 or 30.23% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6DA is #103925. Grayscale: #D4D4D4. Windows color (decimal): -1063206 or 14337775. OLE color: 14337775.

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

Color convert

RGB239198218-
CMYK00.170.090.06
HSL330.73º56.16%85.69%-
HSV(B)330.73º17.15%93.73%-
XYZ68.4563.875.04-
YUV212.54131.08146.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.49%
GREEN value IS 198 (77.73% from 255) = 30.23%
BLUE value IS 218 (85.55% from 255) = 33.28%
R=36.49%
G=30.23%
B=33.28%

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
Decimal23919821800.170.090.06330.7356.1685.69
HexEFC6DA0119614b3856
Octal35730633202111651370126
Binary11101111110001101101101001000110011101010010111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC6DA; }

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

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

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

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

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

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

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

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