#EFCFDD

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

Shades of Classic Rose #EFCFDD

Tints of Classic Rose #EFCFDD

Color information

#EFCFDD (or 0xEFCFDD) is unknown color: approx Classic Rose. HEX triplet: EF, CF and DD. RGB value is (239,207,221). Sum of RGB (Red+Green+Blue) = 239+207+221=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFDD is #103022. Grayscale: #DADADA. Windows color (decimal): -1060899 or 14536687. OLE color: 14536687.

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

Color convert

RGB239207221-
CMYK00.130.080.06
HSL333.75º50%87.45%-
HSV(B)333.75º13.39%93.73%-
XYZ70.9668.277.83-
YUV218.16129.6142.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.83%
GREEN value IS 207 (81.25% from 255) = 31.03%
BLUE value IS 221 (86.72% from 255) = 33.13%
R=35.83%
G=31.03%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920722100.130.080.06333.755087.45
HexEFCFDD0D8614e3257
Octal35731733501510651662127
Binary1110111111001111110111010110110001101010011101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFDD; }

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

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

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

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

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

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

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

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