#dabef8

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

Shades of Fog #DABEF8

Tints of Fog #DABEF8

Color information

#DABEF8 (or 0xDABEF8) is unknown color: approx Fog. HEX triplet: DA, BE and F8. RGB value is (218,190,248). Sum of RGB (Red+Green+Blue) = 218+190+248=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 190 (74.61% from 255 or 28.96% from 656); Blue value is 248 (97.27% from 255 or 37.80% from 656); Max value from RGB is 248 - color contains mainly: blue. Hex color #DABEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABEF8 is #254107. Grayscale: #CCCCCC. Windows color (decimal): -2441480 or 16301786. OLE color: 16301786.

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

Color convert

RGB218190248-
CMYK0.120.2300.03
HSL268.97º80.56%85.88%-
HSV(B)268.97º23.39%97.25%-
XYZ64.2758.5196.71-
YUV204.98152.28137.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.23%
GREEN value IS 190 (74.61% from 255) = 28.96%
BLUE value IS 248 (97.27% from 255) = 37.80%
R=33.23%
G=28.96%
B=37.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2181902480.120.2300.03268.9780.5685.88
HexDABEF8C170310d5156
Octal332276370142703415121126
Binary11011010101111101111100011001011101110000110110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dabef8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dabef8; }

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

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

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

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

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

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

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

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