#EFCEDB

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

Shades of Classic Rose #EFCEDB

Tints of Classic Rose #EFCEDB

Color information

#EFCEDB (or 0xEFCEDB) is unknown color: approx Classic Rose. HEX triplet: EF, CE and DB. RGB value is (239,206,219). Sum of RGB (Red+Green+Blue) = 239+206+219=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEDB is #103124. Grayscale: #D9D9D9. Windows color (decimal): -1061157 or 14405359. OLE color: 14405359.

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

Color convert

RGB239206219-
CMYK00.140.080.06
HSL336.36º50.77%87.25%-
HSV(B)336.36º13.81%93.73%-
XYZ70.4567.6176.35-
YUV217.35128.93143.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.99%
GREEN value IS 206 (80.86% from 255) = 31.02%
BLUE value IS 219 (85.94% from 255) = 32.98%
R=35.99%
G=31.02%
B=32.98%

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
Decimal23920621900.140.080.06336.3650.7787.25
HexEFCEDB0E861503357
Octal35731633301610652063127
Binary1110111111001110110110110111010001101010100001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEDB; }

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

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

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

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

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

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

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

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