#EFD7E7

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

Shades of Classic Rose #EFD7E7

Tints of Classic Rose #EFD7E7

Color information

#EFD7E7 (or 0xEFD7E7) is unknown color: approx Classic Rose. HEX triplet: EF, D7 and E7. RGB value is (239,215,231). Sum of RGB (Red+Green+Blue) = 239+215+231=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 215 (84.38% from 255 or 31.39% from 685); Blue value is 231 (90.62% from 255 or 33.72% from 685); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD7E7 is #102818. Grayscale: #DFDFDF. Windows color (decimal): -1058841 or 15194095. OLE color: 15194095.

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

Color convert

RGB239215231-
CMYK00.100.030.06
HSL320º42.86%89.02%-
HSV(B)320º10.04%93.73%-
XYZ74.3272.7285.72-
YUV224131.95138.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.89%
GREEN value IS 215 (84.38% from 255) = 31.39%
BLUE value IS 231 (90.62% from 255) = 33.72%
R=34.89%
G=31.39%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921523100.100.030.0632042.8689.02
HexEFD7E70A361402b59
Octal3573273470123650053131
Binary11101111110101111110011101010111101010000001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7E7; }

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

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

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

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

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

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

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

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