#EFDFF3

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

Shades of Selago #EFDFF3

Tints of Selago #EFDFF3

Color information

#EFDFF3 (or 0xEFDFF3) is unknown color: approx Selago. HEX triplet: EF, DF and F3. RGB value is (239,223,243). Sum of RGB (Red+Green+Blue) = 239+223+243=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 223 (87.5% from 255 or 31.63% from 705); Blue value is 243 (95.31% from 255 or 34.47% from 705); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFDFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDFF3 is #10200C. Grayscale: #E5E5E5. Windows color (decimal): -1056781 or 15982575. OLE color: 15982575.

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

Color convert

RGB239223243-
CMYK0.020.0800.05
HSL288º45.45%91.37%-
HSV(B)288º8.23%95.29%-
XYZ78.1677.695.65-
YUV230.06135.3134.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.90%
GREEN value IS 223 (87.5% from 255) = 31.63%
BLUE value IS 243 (95.31% from 255) = 34.47%
R=33.90%
G=31.63%
B=34.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392232430.020.0800.0528845.4591.37
HexEFDFF328051202d5b
Octal3573373632100544055133
Binary11101111110111111111001110100001011001000001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFF3; }

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

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

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

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

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

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

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

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