#EFD4E2

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

Shades of Classic Rose #EFD4E2

Tints of Classic Rose #EFD4E2

Color information

#EFD4E2 (or 0xEFD4E2) is unknown color: approx Classic Rose. HEX triplet: EF, D4 and E2. RGB value is (239,212,226). Sum of RGB (Red+Green+Blue) = 239+212+226=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 212 (83.20% from 255 or 31.31% from 677); Blue value is 226 (88.67% from 255 or 33.38% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4E2 is #102B1D. Grayscale: #DDDDDD. Windows color (decimal): -1059614 or 14865647. OLE color: 14865647.

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

Color convert

RGB239212226-
CMYK00.110.050.06
HSL328.89º45.76%88.43%-
HSV(B)328.89º11.3%93.73%-
XYZ72.8770.9381.8-
YUV221.67130.45140.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.30%
GREEN value IS 212 (83.20% from 255) = 31.31%
BLUE value IS 226 (88.67% from 255) = 33.38%
R=35.30%
G=31.31%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921222600.110.050.06328.8945.7688.43
HexEFD4E20B561492e58
Octal3573243420135651156130
Binary111011111101010011100010010111011101010010011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD4E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD4E2; }

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

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

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

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

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

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

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

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