#DAC8FD

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

Shades of Fog #DAC8FD

Tints of Fog #DAC8FD

Color information

#DAC8FD (or 0xDAC8FD) is unknown color: approx Fog. HEX triplet: DA, C8 and FD. RGB value is (218,200,253). Sum of RGB (Red+Green+Blue) = 218+200+253=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 200 (78.52% from 255 or 29.81% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAC8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAC8FD is #253702. Grayscale: #D3D3D3. Windows color (decimal): -2438915 or 16632026. OLE color: 16632026.

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

Color convert

RGB218200253-
CMYK0.140.2100.01
HSL260.38º92.98%88.82%-
HSV(B)260.38º20.95%99.22%-
XYZ67.363.31101.6-
YUV211.42151.46132.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.49%
GREEN value IS 200 (78.52% from 255) = 29.81%
BLUE value IS 253 (99.22% from 255) = 37.70%
R=32.49%
G=29.81%
B=37.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182002530.140.2100.01260.3892.9888.82
HexDAC8FDE15011045d59
Octal332310375162501404135131
Binary1101101011001000111111011110101010110000010010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC8FD; }

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

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

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

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

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

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

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

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