#EFDCF4

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

Shades of Selago #EFDCF4

Tints of Selago #EFDCF4

Color information

#EFDCF4 (or 0xEFDCF4) is unknown color: approx Selago. HEX triplet: EF, DC and F4. RGB value is (239,220,244). Sum of RGB (Red+Green+Blue) = 239+220+244=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 244 (95.70% from 255 or 34.71% from 703); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFDCF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCF4 is #10230B. Grayscale: #E4E4E4. Windows color (decimal): -1057548 or 16047343. OLE color: 16047343.

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

Color convert

RGB239220244-
CMYK0.020.1000.04
HSL287.5º52.17%90.98%-
HSV(B)287.5º9.84%95.69%-
XYZ77.5276.0796.19-
YUV228.42136.79135.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.00%
GREEN value IS 220 (86.33% from 255) = 31.29%
BLUE value IS 244 (95.70% from 255) = 34.71%
R=34.00%
G=31.29%
B=34.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392202440.020.1000.04287.552.1790.98
HexEFDCF42A04120345b
Octal3573343642120444064133
Binary11101111110111001111010010101001001001000001101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCF4; }

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

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

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

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

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

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

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

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