#EFD7E3

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

Shades of Classic Rose #EFD7E3

Tints of Classic Rose #EFD7E3

Color information

#EFD7E3 (or 0xEFD7E3) is unknown color: approx Classic Rose. HEX triplet: EF, D7 and E3. RGB value is (239,215,227). Sum of RGB (Red+Green+Blue) = 239+215+227=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 215 (84.38% from 255 or 31.57% from 681); Blue value is 227 (89.06% from 255 or 33.33% from 681); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD7E3 is #10281C. Grayscale: #DFDFDF. Windows color (decimal): -1058845 or 14931951. OLE color: 14931951.

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

Color convert

RGB239215227-
CMYK00.100.050.06
HSL330º42.86%89.02%-
HSV(B)330º10.04%93.73%-
XYZ73.7672.582.78-
YUV223.54129.95139.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.10%
GREEN value IS 215 (84.38% from 255) = 31.57%
BLUE value IS 227 (89.06% from 255) = 33.33%
R=35.10%
G=31.57%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921522700.100.050.0633042.8689.02
HexEFD7E30A5614a2b59
Octal3573273430125651253131
Binary111011111101011111100011010101011101010010101010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7E3; }

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

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

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

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

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

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

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

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