#DABFF5

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

Shades of Fog #DABFF5

Tints of Fog #DABFF5

Color information

#DABFF5 (or 0xDABFF5) is unknown color: approx Fog. HEX triplet: DA, BF and F5. RGB value is (218,191,245). Sum of RGB (Red+Green+Blue) = 218+191+245=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 245 (96.09% from 255 or 37.46% from 654); Max value from RGB is 245 - color contains mainly: blue. Hex color #DABFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABFF5 is #25400A. Grayscale: #CDCDCD. Windows color (decimal): -2441227 or 16105434. OLE color: 16105434.

HSL color Cylindrical-coordinate representation of color #DABFF5: hue angle of 270º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DABFF5 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB218191245-
CMYK0.110.2200.04
HSL270º72.97%85.49%-
HSV(B)270º22.04%96.08%-
XYZ64.0358.7694.35-
YUV205.23150.45137.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.33%
GREEN value IS 191 (75% from 255) = 29.20%
BLUE value IS 245 (96.09% from 255) = 37.46%
R=33.33%
G=29.20%
B=37.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2181912450.110.2200.0427072.9785.49
HexDABFF5B160410e4955
Octal332277365132604416111125
Binary110110101011111111110101101110110010010000111010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFF5; }

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

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

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

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

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

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

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

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