#DFC6FA

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

Shades of Fog #DFC6FA

Tints of Fog #DFC6FA

Color information

#DFC6FA (or 0xDFC6FA) is unknown color: approx Fog. HEX triplet: DF, C6 and FA. RGB value is (223,198,250). Sum of RGB (Red+Green+Blue) = 223+198+250=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 198 (77.73% from 255 or 29.51% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFC6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC6FA is #203905. Grayscale: #D3D3D3. Windows color (decimal): -2111750 or 16434911. OLE color: 16434911.

HSL color Cylindrical-coordinate representation of color #DFC6FA: hue angle of 268.85º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFC6FA is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223198250-
CMYK0.110.2100.02
HSL268.85º83.87%87.84%-
HSV(B)268.85º20.8%98.04%-
XYZ67.8862.9899.02-
YUV211.4149.78136.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.23%
GREEN value IS 198 (77.73% from 255) = 29.51%
BLUE value IS 250 (98.05% from 255) = 37.26%
R=33.23%
G=29.51%
B=37.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231982500.110.2100.02268.8583.8787.84
HexDFC6FAB150210d5458
Octal337306372132502415124130
Binary11011111110001101111101010111010101010000110110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC6FA; }

 p { color: rgb(223,198,250); }

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

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

 a { background-color: rgb(223,198,250); }

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

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

 span { border-color: rgb(223,198,250); }

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