#EFCEDA

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

Shades of Classic Rose #EFCEDA

Tints of Classic Rose #EFCEDA

Color information

#EFCEDA (or 0xEFCEDA) is unknown color: approx Classic Rose. HEX triplet: EF, CE and DA. RGB value is (239,206,218). Sum of RGB (Red+Green+Blue) = 239+206+218=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 206 (80.86% from 255 or 31.07% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEDA is #103125. Grayscale: #D9D9D9. Windows color (decimal): -1061158 or 14339823. OLE color: 14339823.

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

Color convert

RGB239206218-
CMYK00.140.090.06
HSL338.18º50.77%87.25%-
HSV(B)338.18º13.81%93.73%-
XYZ70.3267.5675.66-
YUV217.24128.43143.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.05%
GREEN value IS 206 (80.86% from 255) = 31.07%
BLUE value IS 218 (85.55% from 255) = 32.88%
R=36.05%
G=31.07%
B=32.88%

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
Decimal23920621800.140.090.06338.1850.7787.25
HexEFCEDA0E961523357
Octal35731633201611652263127
Binary1110111111001110110110100111010011101010100101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEDA; }

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

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

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

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

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

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

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

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