#EFD3DF

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

Shades of Classic Rose #EFD3DF

Tints of Classic Rose #EFD3DF

Color information

#EFD3DF (or 0xEFD3DF) is unknown color: approx Classic Rose. HEX triplet: EF, D3 and DF. RGB value is (239,211,223). Sum of RGB (Red+Green+Blue) = 239+211+223=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 211 (82.81% from 255 or 31.35% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD3DF is #102C20. Grayscale: #DCDCDC. Windows color (decimal): -1059873 or 14668783. OLE color: 14668783.

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

Color convert

RGB239211223-
CMYK00.120.070.06
HSL334.29º46.67%88.24%-
HSV(B)334.29º11.72%93.73%-
XYZ72.2170.2779.57-
YUV220.74129.28141.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.51%
GREEN value IS 211 (82.81% from 255) = 31.35%
BLUE value IS 223 (87.5% from 255) = 33.14%
R=35.51%
G=31.35%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921122300.120.070.06334.2946.6788.24
HexEFD3DF0C7614e2f58
Octal3573233370147651657130
Binary111011111101001111011111011001111101010011101011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD3DF; }

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

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

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

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

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

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

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

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