#EFCEE2

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

Shades of Classic Rose #EFCEE2

Tints of Classic Rose #EFCEE2

Color information

#EFCEE2 (or 0xEFCEE2) is unknown color: approx Classic Rose. HEX triplet: EF, CE and E2. RGB value is (239,206,226). Sum of RGB (Red+Green+Blue) = 239+206+226=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 226 (88.67% from 255 or 33.68% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEE2 is #10311D. Grayscale: #DADADA. Windows color (decimal): -1061150 or 14864111. OLE color: 14864111.

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

Color convert

RGB239206226-
CMYK00.140.050.06
HSL323.64º50.77%87.25%-
HSV(B)323.64º13.81%93.73%-
XYZ71.467.9881.31-
YUV218.15132.43142.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.62%
GREEN value IS 206 (80.86% from 255) = 30.70%
BLUE value IS 226 (88.67% from 255) = 33.68%
R=35.62%
G=30.70%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920622600.140.050.06323.6450.7787.25
HexEFCEE20E561443357
Octal3573163420165650463127
Binary111011111100111011100010011101011101010001001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEE2; }

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

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

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

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

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

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

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

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