#EFCCE2

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

Shades of Classic Rose #EFCCE2

Tints of Classic Rose #EFCCE2

Color information

#EFCCE2 (or 0xEFCCE2) is unknown color: approx Classic Rose. HEX triplet: EF, CC and E2. RGB value is (239,204,226). Sum of RGB (Red+Green+Blue) = 239+204+226=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 226 (88.67% from 255 or 33.78% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCE2 is #10331D. Grayscale: #D8D8D8. Windows color (decimal): -1061662 or 14863599. OLE color: 14863599.

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

Color convert

RGB239204226-
CMYK00.150.050.06
HSL322.29º52.24%86.86%-
HSV(B)322.29º14.64%93.73%-
XYZ70.9267.0381.15-
YUV216.97133.1143.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.72%
GREEN value IS 204 (80.08% from 255) = 30.49%
BLUE value IS 226 (88.67% from 255) = 33.78%
R=35.72%
G=30.49%
B=33.78%

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
Decimal23920422600.150.050.06322.2952.2486.86
HexEFCCE20F561423457
Octal3573143420175650264127
Binary111011111100110011100010011111011101010000101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCE2; }

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

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

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

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

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

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

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

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