#DABFF9

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

Shades of Fog #DABFF9

Tints of Fog #DABFF9

Color information

#DABFF9 (or 0xDABFF9) is unknown color: approx Fog. HEX triplet: DA, BF and F9. RGB value is (218,191,249). Sum of RGB (Red+Green+Blue) = 218+191+249=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: blue. Hex color #DABFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABFF9 is #254006. Grayscale: #CDCDCD. Windows color (decimal): -2441223 or 16367578. OLE color: 16367578.

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

Color convert

RGB218191249-
CMYK0.120.2300.02
HSL267.93º82.86%86.27%-
HSV(B)267.93º23.29%97.65%-
XYZ64.6459.0197.6-
YUV205.68152.45136.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.13%
GREEN value IS 191 (75% from 255) = 29.03%
BLUE value IS 249 (97.66% from 255) = 37.84%
R=33.13%
G=29.03%
B=37.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181912490.120.2300.02267.9382.8686.27
HexDABFF9C170210c5356
Octal332277371142702414123126
Binary11011010101111111111100111001011101010000110010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFF9; }

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

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

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

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

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

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

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

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