#EFDDF3

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

Shades of Selago #EFDDF3

Tints of Selago #EFDDF3

Color information

#EFDDF3 (or 0xEFDDF3) is unknown color: approx Selago. HEX triplet: EF, DD and F3. RGB value is (239,221,243). Sum of RGB (Red+Green+Blue) = 239+221+243=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 221 (86.72% from 255 or 31.44% from 703); Blue value is 243 (95.31% from 255 or 34.57% from 703); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFDDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDF3 is #10220C. Grayscale: #E4E4E4. Windows color (decimal): -1057293 or 15982063. OLE color: 15982063.

HSL color Cylindrical-coordinate representation of color #EFDDF3: hue angle of 289.09º degrees, saturation: 0.48, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFDDF3 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB239221243-
CMYK0.020.0900.05
HSL289.09º47.83%90.98%-
HSV(B)289.09º9.05%95.29%-
XYZ77.6376.5395.48-
YUV228.89135.96135.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.00%
GREEN value IS 221 (86.72% from 255) = 31.44%
BLUE value IS 243 (95.31% from 255) = 34.57%
R=34.00%
G=31.44%
B=34.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392212430.020.0900.05289.0947.8390.98
HexEFDDF32905121305b
Octal3573353632110544160133
Binary11101111110111011111001110100101011001000011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDF3; }

 p { color: rgb(239,221,243); }

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

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

 a { background-color: rgb(239,221,243); }

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

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

 span { border-color: rgb(239,221,243); }

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