#EFD4E6

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

Shades of Classic Rose #EFD4E6

Tints of Classic Rose #EFD4E6

Color information

#EFD4E6 (or 0xEFD4E6) is unknown color: approx Classic Rose. HEX triplet: EF, D4 and E6. RGB value is (239,212,230). Sum of RGB (Red+Green+Blue) = 239+212+230=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 212 (83.20% from 255 or 31.13% from 681); Blue value is 230 (90.23% from 255 or 33.77% from 681); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD4E6 is #102B19. Grayscale: #DEDEDE. Windows color (decimal): -1059610 or 15127791. OLE color: 15127791.

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

Color convert

RGB239212230-
CMYK00.110.040.06
HSL320º45.76%88.43%-
HSV(B)320º11.3%93.73%-
XYZ73.4271.1584.73-
YUV222.12132.45140.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.10%
GREEN value IS 212 (83.20% from 255) = 31.13%
BLUE value IS 230 (90.23% from 255) = 33.77%
R=35.10%
G=31.13%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921223000.110.040.0632045.7688.43
HexEFD4E60B461402e58
Octal3573243460134650056130
Binary111011111101010011100110010111001101010000001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD4E6; }

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

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

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

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

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

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

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

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