#EFD5E0

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

Shades of Classic Rose #EFD5E0

Tints of Classic Rose #EFD5E0

Color information

#EFD5E0 (or 0xEFD5E0) is unknown color: approx Classic Rose. HEX triplet: EF, D5 and E0. RGB value is (239,213,224). Sum of RGB (Red+Green+Blue) = 239+213+224=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 213 (83.59% from 255 or 31.51% from 676); Blue value is 224 (87.89% from 255 or 33.14% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5E0 is #102A1F. Grayscale: #DEDEDE. Windows color (decimal): -1059360 or 14734831. OLE color: 14734831.

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

Color convert

RGB239213224-
CMYK00.110.060.06
HSL334.62º44.83%88.63%-
HSV(B)334.62º10.88%93.73%-
XYZ72.8571.3280.45-
YUV222.03129.11140.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.36%
GREEN value IS 213 (83.59% from 255) = 31.51%
BLUE value IS 224 (87.89% from 255) = 33.14%
R=35.36%
G=31.51%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921322400.110.060.06334.6244.8388.63
HexEFD5E00B6614f2d59
Octal3573253400136651755131
Binary111011111101010111100000010111101101010011111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5E0; }

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

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

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

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

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

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

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

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