#EFDDF2

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

Shades of Selago #EFDDF2

Tints of Selago #EFDDF2

Color information

#EFDDF2 (or 0xEFDDF2) is unknown color: approx Selago. HEX triplet: EF, DD and F2. RGB value is (239,221,242). Sum of RGB (Red+Green+Blue) = 239+221+242=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 221 (86.72% from 255 or 31.48% from 702); Blue value is 242 (94.92% from 255 or 34.47% from 702); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFDDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDF2 is #10220D. Grayscale: #E4E4E4. Windows color (decimal): -1057294 or 15916527. OLE color: 15916527.

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

Color convert

RGB239221242-
CMYK0.010.0900.05
HSL291.43º44.68%90.78%-
HSV(B)291.43º8.68%94.9%-
XYZ77.4876.4794.68-
YUV228.78135.46135.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.05%
GREEN value IS 221 (86.72% from 255) = 31.48%
BLUE value IS 242 (94.92% from 255) = 34.47%
R=34.05%
G=31.48%
B=34.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392212420.010.0900.05291.4344.6890.78
HexEFDDF219051232d5b
Octal3573353621110544355133
Binary1110111111011101111100101100101011001000111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDF2; }

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

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

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

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

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

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

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

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