#EFD4E7

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

Shades of Classic Rose #EFD4E7

Tints of Classic Rose #EFD4E7

Color information

#EFD4E7 (or 0xEFD4E7) is unknown color: approx Classic Rose. HEX triplet: EF, D4 and E7. RGB value is (239,212,231). Sum of RGB (Red+Green+Blue) = 239+212+231=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 212 (83.20% from 255 or 31.09% from 682); Blue value is 231 (90.62% from 255 or 33.87% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD4E7 is #102B18. Grayscale: #DEDEDE. Windows color (decimal): -1059609 or 15193327. OLE color: 15193327.

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

Color convert

RGB239212231-
CMYK00.110.030.06
HSL317.78º45.76%88.43%-
HSV(B)317.78º11.3%93.73%-
XYZ73.5671.2185.47-
YUV222.24132.95139.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.04%
GREEN value IS 212 (83.20% from 255) = 31.09%
BLUE value IS 231 (90.62% from 255) = 33.87%
R=35.04%
G=31.09%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921223100.110.030.06317.7845.7688.43
HexEFD4E70B3613e2e58
Octal3573243470133647656130
Binary11101111110101001110011101011111101001111101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD4E7; }

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

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

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

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

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

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

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

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