#DABFFB

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

Shades of Fog #DABFFB

Tints of Fog #DABFFB

Color information

#DABFFB (or 0xDABFFB) is unknown color: approx Fog. HEX triplet: DA, BF and FB. RGB value is (218,191,251). Sum of RGB (Red+Green+Blue) = 218+191+251=660 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.03% from 660); Green value is 191 (75% from 255 or 28.94% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 251 - color contains mainly: blue. Hex color #DABFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABFFB is #254004. Grayscale: #CDCDCD. Windows color (decimal): -2441221 or 16498650. OLE color: 16498650.

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

Color convert

RGB218191251-
CMYK0.130.2400.02
HSL267º88.24%86.67%-
HSV(B)267º23.9%98.43%-
XYZ64.9659.1399.26-
YUV205.91153.45136.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.03%
GREEN value IS 191 (75% from 255) = 28.94%
BLUE value IS 251 (98.44% from 255) = 38.03%
R=33.03%
G=28.94%
B=38.03%

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
Decimal2181912510.130.2400.0226788.2486.67
HexDABFFBD180210b5857
Octal332277373153002413130127
Binary11011010101111111111101111011100001010000101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFFB; }

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

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

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

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

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

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

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

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