#EFC8DF

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

Shades of Classic Rose #EFC8DF

Tints of Classic Rose #EFC8DF

Color information

#EFC8DF (or 0xEFC8DF) is unknown color: approx Classic Rose. HEX triplet: EF, C8 and DF. RGB value is (239,200,223). Sum of RGB (Red+Green+Blue) = 239+200+223=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 200 (78.52% from 255 or 30.21% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8DF is #103720. Grayscale: #D6D6D6. Windows color (decimal): -1062689 or 14665967. OLE color: 14665967.

HSL color Cylindrical-coordinate representation of color #EFC8DF: hue angle of 324.62º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFC8DF is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB239200223-
CMYK00.160.070.06
HSL324.62º54.93%86.08%-
HSV(B)324.62º16.32%93.73%-
XYZ69.5764.9978.69-
YUV214.28132.92145.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.10%
GREEN value IS 200 (78.52% from 255) = 30.21%
BLUE value IS 223 (87.5% from 255) = 33.69%
R=36.10%
G=30.21%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920022300.160.070.06324.6254.9386.08
HexEFC8DF010761453756
Octal3573103370207650567126
Binary1110111111001000110111110100001111101010001011101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC8DF; }

 p { color: rgb(239,200,223); }

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

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

 a { background-color: rgb(239,200,223); }

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

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

 span { border-color: rgb(239,200,223); }

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