#EFD5E4

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

Shades of Classic Rose #EFD5E4

Tints of Classic Rose #EFD5E4

Color information

#EFD5E4 (or 0xEFD5E4) is unknown color: approx Classic Rose. HEX triplet: EF, D5 and E4. RGB value is (239,213,228). Sum of RGB (Red+Green+Blue) = 239+213+228=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 213 (83.59% from 255 or 31.32% from 680); Blue value is 228 (89.45% from 255 or 33.53% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5E4 is #102A1B. Grayscale: #DEDEDE. Windows color (decimal): -1059356 or 14996975. OLE color: 14996975.

HSL color Cylindrical-coordinate representation of color #EFD5E4: hue angle of 325.38º 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 #EFD5E4 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB239213228-
CMYK00.110.050.06
HSL325.38º44.83%88.63%-
HSV(B)325.38º10.88%93.73%-
XYZ73.3971.5483.34-
YUV222.48131.11139.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.15%
GREEN value IS 213 (83.59% from 255) = 31.32%
BLUE value IS 228 (89.45% from 255) = 33.53%
R=35.15%
G=31.32%
B=33.53%

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
Decimal23921322800.110.050.06325.3844.8388.63
HexEFD5E40B561452d59
Octal3573253440135650555131
Binary111011111101010111100100010111011101010001011011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5E4; }

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

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

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

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

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

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

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

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