#EFD5E3

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

Shades of Classic Rose #EFD5E3

Tints of Classic Rose #EFD5E3

Color information

#EFD5E3 (or 0xEFD5E3) is unknown color: approx Classic Rose. HEX triplet: EF, D5 and E3. RGB value is (239,213,227). Sum of RGB (Red+Green+Blue) = 239+213+227=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 213 (83.59% from 255 or 31.37% from 679); Blue value is 227 (89.06% from 255 or 33.43% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5E3 is #102A1C. Grayscale: #DEDEDE. Windows color (decimal): -1059357 or 14931439. OLE color: 14931439.

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

Color convert

RGB239213227-
CMYK00.110.050.06
HSL327.69º44.83%88.63%-
HSV(B)327.69º10.88%93.73%-
XYZ73.2671.4982.61-
YUV222.37130.61139.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.20%
GREEN value IS 213 (83.59% from 255) = 31.37%
BLUE value IS 227 (89.06% from 255) = 33.43%
R=35.20%
G=31.37%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921322700.110.050.06327.6944.8388.63
HexEFD5E30B561482d59
Octal3573253430135651055131
Binary111011111101010111100011010111011101010010001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5E3; }

 p { color: rgb(239,213,227); }

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

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

 a { background-color: rgb(239,213,227); }

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

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

 span { border-color: rgb(239,213,227); }

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