#DACBF8

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

Shades of Fog #DACBF8

Tints of Fog #DACBF8

Color information

#DACBF8 (or 0xDACBF8) is unknown color: approx Fog. HEX triplet: DA, CB and F8. RGB value is (218,203,248). Sum of RGB (Red+Green+Blue) = 218+203+248=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 203 (79.69% from 255 or 30.34% from 669); Blue value is 248 (97.27% from 255 or 37.07% from 669); Max value from RGB is 248 - color contains mainly: blue. Hex color #DACBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACBF8 is #253407. Grayscale: #D4D4D4. Windows color (decimal): -2438152 or 16305114. OLE color: 16305114.

HSL color Cylindrical-coordinate representation of color #DACBF8: hue angle of 260º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DACBF8 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB218203248-
CMYK0.120.1800.03
HSL260º76.27%88.43%-
HSV(B)260º18.15%97.25%-
XYZ67.2164.3997.69-
YUV212.61147.97131.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.59%
GREEN value IS 203 (79.69% from 255) = 30.34%
BLUE value IS 248 (97.27% from 255) = 37.07%
R=32.59%
G=30.34%
B=37.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182032480.120.1800.0326076.2788.43
HexDACBF8C12031044c58
Octal332313370142203404114130
Binary11011010110010111111100011001001001110000010010011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACBF8; }

 p { color: rgb(218,203,248); }

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

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

 a { background-color: rgb(218,203,248); }

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

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

 span { border-color: rgb(218,203,248); }

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