#EFCEE3

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

Shades of Classic Rose #EFCEE3

Tints of Classic Rose #EFCEE3

Color information

#EFCEE3 (or 0xEFCEE3) is unknown color: approx Classic Rose. HEX triplet: EF, CE and E3. RGB value is (239,206,227). Sum of RGB (Red+Green+Blue) = 239+206+227=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 227 (89.06% from 255 or 33.78% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEE3 is #10311C. Grayscale: #DADADA. Windows color (decimal): -1061149 or 14929647. OLE color: 14929647.

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

Color convert

RGB239206227-
CMYK00.140.050.06
HSL321.82º50.77%87.25%-
HSV(B)321.82º13.81%93.73%-
XYZ71.5368.0482.04-
YUV218.26132.93142.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.57%
GREEN value IS 206 (80.86% from 255) = 30.65%
BLUE value IS 227 (89.06% from 255) = 33.78%
R=35.57%
G=30.65%
B=33.78%

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
Decimal23920622700.140.050.06321.8250.7787.25
HexEFCEE30E561423357
Octal3573163430165650263127
Binary111011111100111011100011011101011101010000101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEE3; }

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

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

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

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

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

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

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

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