#EFCEE4

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

Shades of Classic Rose #EFCEE4

Tints of Classic Rose #EFCEE4

Color information

#EFCEE4 (or 0xEFCEE4) is unknown color: approx Classic Rose. HEX triplet: EF, CE and E4. RGB value is (239,206,228). Sum of RGB (Red+Green+Blue) = 239+206+228=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 228 (89.45% from 255 or 33.88% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEE4 is #10311B. Grayscale: #DADADA. Windows color (decimal): -1061148 or 14995183. OLE color: 14995183.

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

Color convert

RGB239206228-
CMYK00.140.050.06
HSL320º50.77%87.25%-
HSV(B)320º13.81%93.73%-
XYZ71.6768.0982.76-
YUV218.37133.43142.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.51%
GREEN value IS 206 (80.86% from 255) = 30.61%
BLUE value IS 228 (89.45% from 255) = 33.88%
R=35.51%
G=30.61%
B=33.88%

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
Decimal23920622800.140.050.0632050.7787.25
HexEFCEE40E561403357
Octal3573163440165650063127
Binary111011111100111011100100011101011101010000001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEE4; }

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

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

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

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

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

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

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

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