#DABFFA

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

Shades of Fog #DABFFA

Tints of Fog #DABFFA

Color information

#DABFFA (or 0xDABFFA) is unknown color: approx Fog. HEX triplet: DA, BF and FA. RGB value is (218,191,250). Sum of RGB (Red+Green+Blue) = 218+191+250=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 191 (75% from 255 or 28.98% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #DABFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABFFA is #254005. Grayscale: #CDCDCD. Windows color (decimal): -2441222 or 16433114. OLE color: 16433114.

HSL color Cylindrical-coordinate representation of color #DABFFA: hue angle of 267.46º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DABFFA is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218191250-
CMYK0.130.2400.02
HSL267.46º85.51%86.47%-
HSV(B)267.46º23.6%98.04%-
XYZ64.859.0798.43-
YUV205.8152.95136.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.08%
GREEN value IS 191 (75% from 255) = 28.98%
BLUE value IS 250 (98.05% from 255) = 37.94%
R=33.08%
G=28.98%
B=37.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181912500.130.2400.02267.4685.5186.47
HexDABFFAD180210b5656
Octal332277372153002413126126
Binary11011010101111111111101011011100001010000101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFFA; }

 p { color: rgb(218,191,250); }

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

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

 a { background-color: rgb(218,191,250); }

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

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

 span { border-color: rgb(218,191,250); }

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