#DAC6FD

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

Shades of Fog #DAC6FD

Tints of Fog #DAC6FD

Color information

#DAC6FD (or 0xDAC6FD) is unknown color: approx Fog. HEX triplet: DA, C6 and FD. RGB value is (218,198,253). Sum of RGB (Red+Green+Blue) = 218+198+253=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 198 (77.73% from 255 or 29.60% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAC6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC6FD is #253902. Grayscale: #D2D2D2. Windows color (decimal): -2439427 or 16631514. OLE color: 16631514.

HSL color Cylindrical-coordinate representation of color #DAC6FD: hue angle of 261.82º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAC6FD is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218198253-
CMYK0.140.2200.01
HSL261.82º93.22%88.43%-
HSV(B)261.82º21.74%99.22%-
XYZ66.8462.39101.45-
YUV210.25152.13133.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.59%
GREEN value IS 198 (77.73% from 255) = 29.60%
BLUE value IS 253 (99.22% from 255) = 37.82%
R=32.59%
G=29.60%
B=37.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181982530.140.2200.01261.8293.2288.43
HexDAC6FDE16011065d58
Octal332306375162601406135130
Binary1101101011000110111111011110101100110000011010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC6FD; }

 p { color: rgb(218,198,253); }

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

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

 a { background-color: rgb(218,198,253); }

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

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

 span { border-color: rgb(218,198,253); }

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