#EFDCF3

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

Shades of Selago #EFDCF3

Tints of Selago #EFDCF3

Color information

#EFDCF3 (or 0xEFDCF3) is unknown color: approx Selago. HEX triplet: EF, DC and F3. RGB value is (239,220,243). Sum of RGB (Red+Green+Blue) = 239+220+243=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 220 (86.33% from 255 or 31.34% from 702); Blue value is 243 (95.31% from 255 or 34.62% from 702); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFDCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCF3 is #10230C. Grayscale: #E4E4E4. Windows color (decimal): -1057549 or 15981807. OLE color: 15981807.

HSL color Cylindrical-coordinate representation of color #EFDCF3: hue angle of 289.57º degrees, saturation: 0.49, 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 #EFDCF3 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB239220243-
CMYK0.020.0900.05
HSL289.57º48.94%90.78%-
HSV(B)289.57º9.47%95.29%-
XYZ77.3776.0195.39-
YUV228.3136.29135.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.05%
GREEN value IS 220 (86.33% from 255) = 31.34%
BLUE value IS 243 (95.31% from 255) = 34.62%
R=34.05%
G=31.34%
B=34.62%

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
Decimal2392202430.020.0900.05289.5748.9490.78
HexEFDCF32905122315b
Octal3573343632110544261133
Binary11101111110111001111001110100101011001000101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCF3; }

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

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

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

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

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

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

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

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