#EFCCE0

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

Shades of Classic Rose #EFCCE0

Tints of Classic Rose #EFCCE0

Color information

#EFCCE0 (or 0xEFCCE0) is unknown color: approx Classic Rose. HEX triplet: EF, CC and E0. RGB value is (239,204,224). Sum of RGB (Red+Green+Blue) = 239+204+224=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCE0 is #10331F. Grayscale: #D8D8D8. Windows color (decimal): -1061664 or 14732527. OLE color: 14732527.

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

Color convert

RGB239204224-
CMYK00.150.060.06
HSL325.71º52.24%86.86%-
HSV(B)325.71º14.64%93.73%-
XYZ70.6466.9279.71-
YUV216.74132.1143.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.83%
GREEN value IS 204 (80.08% from 255) = 30.58%
BLUE value IS 224 (87.89% from 255) = 33.58%
R=35.83%
G=30.58%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920422400.150.060.06325.7152.2486.86
HexEFCCE00F661463457
Octal3573143400176650664127
Binary111011111100110011100000011111101101010001101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCE0; }

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

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

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

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

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

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

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

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