#EFCEE6

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

Shades of Classic Rose #EFCEE6

Tints of Classic Rose #EFCEE6

Color information

#EFCEE6 (or 0xEFCEE6) is unknown color: approx Classic Rose. HEX triplet: EF, CE and E6. RGB value is (239,206,230). Sum of RGB (Red+Green+Blue) = 239+206+230=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 230 (90.23% from 255 or 34.07% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCEE6 is #103119. Grayscale: #DADADA. Windows color (decimal): -1061146 or 15126255. OLE color: 15126255.

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

Color convert

RGB239206230-
CMYK00.140.040.06
HSL316.36º50.77%87.25%-
HSV(B)316.36º13.81%93.73%-
XYZ71.9568.2184.24-
YUV218.6134.43142.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.41%
GREEN value IS 206 (80.86% from 255) = 30.52%
BLUE value IS 230 (90.23% from 255) = 34.07%
R=35.41%
G=30.52%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920623000.140.040.06316.3650.7787.25
HexEFCEE60E4613c3357
Octal3573163460164647463127
Binary111011111100111011100110011101001101001111001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEE6; }

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

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

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

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

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

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

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

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