#EFDDF4

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

Shades of Selago #EFDDF4

Tints of Selago #EFDDF4

Color information

#EFDDF4 (or 0xEFDDF4) is unknown color: approx Selago. HEX triplet: EF, DD and F4. RGB value is (239,221,244). Sum of RGB (Red+Green+Blue) = 239+221+244=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 221 (86.72% from 255 or 31.39% from 704); Blue value is 244 (95.70% from 255 or 34.66% from 704); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFDDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDF4 is #10220B. Grayscale: #E4E4E4. Windows color (decimal): -1057292 or 16047599. OLE color: 16047599.

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

Color convert

RGB239221244-
CMYK0.020.0900.04
HSL286.96º51.11%91.18%-
HSV(B)286.96º9.43%95.69%-
XYZ77.7876.696.27-
YUV229136.46135.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.95%
GREEN value IS 221 (86.72% from 255) = 31.39%
BLUE value IS 244 (95.70% from 255) = 34.66%
R=33.95%
G=31.39%
B=34.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392212440.020.0900.04286.9651.1191.18
HexEFDDF4290411f335b
Octal3573353642110443763133
Binary11101111110111011111010010100101001000111111100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDF4; }

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

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

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

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

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

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

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

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