#EFCCE4

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

Shades of Classic Rose #EFCCE4

Tints of Classic Rose #EFCCE4

Color information

#EFCCE4 (or 0xEFCCE4) is unknown color: approx Classic Rose. HEX triplet: EF, CC and E4. RGB value is (239,204,228). Sum of RGB (Red+Green+Blue) = 239+204+228=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 228 (89.45% from 255 or 33.98% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCE4 is #10331B. Grayscale: #D9D9D9. Windows color (decimal): -1061660 or 14994671. OLE color: 14994671.

HSL color Cylindrical-coordinate representation of color #EFCCE4: hue angle of 318.86º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCCE4 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB239204228-
CMYK00.150.050.06
HSL318.86º52.24%86.86%-
HSV(B)318.86º14.64%93.73%-
XYZ71.1967.1482.61-
YUV217.2134.1143.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.62%
GREEN value IS 204 (80.08% from 255) = 30.40%
BLUE value IS 228 (89.45% from 255) = 33.98%
R=35.62%
G=30.40%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920422800.150.050.06318.8652.2486.86
HexEFCCE40F5613f3457
Octal3573143440175647764127
Binary111011111100110011100100011111011101001111111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCE4; }

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

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

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

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

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

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

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

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