#EFD0E5

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

Shades of Classic Rose #EFD0E5

Tints of Classic Rose #EFD0E5

Color information

#EFD0E5 (or 0xEFD0E5) is unknown color: approx Classic Rose. HEX triplet: EF, D0 and E5. RGB value is (239,208,229). Sum of RGB (Red+Green+Blue) = 239+208+229=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 208 (81.64% from 255 or 30.77% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0E5 is #102F1A. Grayscale: #DBDBDB. Windows color (decimal): -1060635 or 15061231. OLE color: 15061231.

HSL color Cylindrical-coordinate representation of color #EFD0E5: hue angle of 319.35º degrees, saturation: 0.49, 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 #EFD0E5 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB239208229-
CMYK00.130.040.06
HSL319.35º49.21%87.65%-
HSV(B)319.35º12.97%93.73%-
XYZ72.369.1283.66-
YUV219.66133.27141.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.36%
GREEN value IS 208 (81.64% from 255) = 30.77%
BLUE value IS 229 (89.84% from 255) = 33.88%
R=35.36%
G=30.77%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920822900.130.040.06319.3549.2187.65
HexEFD0E50D4613f3158
Octal3573203450154647761130
Binary111011111101000011100101011011001101001111111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD0E5; }

 p { color: rgb(239,208,229); }

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

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

 a { background-color: rgb(239,208,229); }

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

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

 span { border-color: rgb(239,208,229); }

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