#EFCEDC

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

Shades of Classic Rose #EFCEDC

Tints of Classic Rose #EFCEDC

Color information

#EFCEDC (or 0xEFCEDC) is unknown color: approx Classic Rose. HEX triplet: EF, CE and DC. RGB value is (239,206,220). Sum of RGB (Red+Green+Blue) = 239+206+220=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEDC is #103123. Grayscale: #D9D9D9. Windows color (decimal): -1061156 or 14470895. OLE color: 14470895.

HSL color Cylindrical-coordinate representation of color #EFCEDC: hue angle of 334.55º degrees, saturation: 0.51, 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 #EFCEDC is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB239206220-
CMYK00.140.080.06
HSL334.55º50.77%87.25%-
HSV(B)334.55º13.81%93.73%-
XYZ70.5967.6677.05-
YUV217.46129.43143.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.94%
GREEN value IS 206 (80.86% from 255) = 30.98%
BLUE value IS 220 (86.33% from 255) = 33.08%
R=35.94%
G=30.98%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920622000.140.080.06334.5550.7787.25
HexEFCEDC0E8614f3357
Octal35731633401610651763127
Binary1110111111001110110111000111010001101010011111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEDC; }

 p { color: rgb(239,206,220); }

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

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

 a { background-color: rgb(239,206,220); }

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

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

 span { border-color: rgb(239,206,220); }

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