#EFD1E4

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

Shades of Classic Rose #EFD1E4

Tints of Classic Rose #EFD1E4

Color information

#EFD1E4 (or 0xEFD1E4) is unknown color: approx Classic Rose. HEX triplet: EF, D1 and E4. RGB value is (239,209,228). Sum of RGB (Red+Green+Blue) = 239+209+228=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 209 (82.03% from 255 or 30.92% from 676); Blue value is 228 (89.45% from 255 or 33.73% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1E4 is #102E1B. Grayscale: #DCDCDC. Windows color (decimal): -1060380 or 14995951. OLE color: 14995951.

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

Color convert

RGB239209228-
CMYK00.130.050.06
HSL322º48.39%87.84%-
HSV(B)322º12.55%93.73%-
XYZ72.469.5583.01-
YUV220.14132.44141.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.36%
GREEN value IS 209 (82.03% from 255) = 30.92%
BLUE value IS 228 (89.45% from 255) = 33.73%
R=35.36%
G=30.92%
B=33.73%

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
Decimal23920922800.130.050.0632248.3987.84
HexEFD1E40D561423058
Octal3573213440155650260130
Binary111011111101000111100100011011011101010000101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD1E4; }

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

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

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

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

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

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

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

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