#EFCFE4

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

Shades of Classic Rose #EFCFE4

Tints of Classic Rose #EFCFE4

Color information

#EFCFE4 (or 0xEFCFE4) is unknown color: approx Classic Rose. HEX triplet: EF, CF and E4. RGB value is (239,207,228). Sum of RGB (Red+Green+Blue) = 239+207+228=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 228 (89.45% from 255 or 33.83% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFE4 is #10301B. Grayscale: #DADADA. Windows color (decimal): -1060892 or 14995439. OLE color: 14995439.

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

Color convert

RGB239207228-
CMYK00.130.050.06
HSL320.62º50%87.45%-
HSV(B)320.62º13.39%93.73%-
XYZ71.9168.5882.85-
YUV218.96133.1142.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.46%
GREEN value IS 207 (81.25% from 255) = 30.71%
BLUE value IS 228 (89.45% from 255) = 33.83%
R=35.46%
G=30.71%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920722800.130.050.06320.625087.45
HexEFCFE40D561413257
Octal3573173440155650162127
Binary111011111100111111100100011011011101010000011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFE4; }

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

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

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

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

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

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

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

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