#EFCDD9

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

Shades of Classic Rose #EFCDD9

Tints of Classic Rose #EFCDD9

Color information

#EFCDD9 (or 0xEFCDD9) is unknown color: approx Classic Rose. HEX triplet: EF, CD and D9. RGB value is (239,205,217). Sum of RGB (Red+Green+Blue) = 239+205+217=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 217 (85.16% from 255 or 32.83% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDD9 is #103226. Grayscale: #D8D8D8. Windows color (decimal): -1061415 or 14274031. OLE color: 14274031.

HSL color Cylindrical-coordinate representation of color #EFCDD9: hue angle of 338.82º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCDD9 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB239205217-
CMYK00.140.090.06
HSL338.82º51.52%87.06%-
HSV(B)338.82º14.23%93.73%-
XYZ69.9567.0274.9-
YUV216.53128.26144.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.16%
GREEN value IS 205 (80.47% from 255) = 31.01%
BLUE value IS 217 (85.16% from 255) = 32.83%
R=36.16%
G=31.01%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920521700.140.090.06338.8251.5287.06
HexEFCDD90E961533457
Octal35731533101611652364127
Binary1110111111001101110110010111010011101010100111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDD9; }

 p { color: rgb(239,205,217); }

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

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

 a { background-color: rgb(239,205,217); }

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

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

 span { border-color: rgb(239,205,217); }

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