#DABEF1

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

Shades of Fog #DABEF1

Tints of Fog #DABEF1

Color information

#DABEF1 (or 0xDABEF1) is unknown color: approx Fog. HEX triplet: DA, BE and F1. RGB value is (218,190,241). Sum of RGB (Red+Green+Blue) = 218+190+241=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #DABEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABEF1 is #25410E. Grayscale: #CCCCCC. Windows color (decimal): -2441487 or 15843034. OLE color: 15843034.

HSL color Cylindrical-coordinate representation of color #DABEF1: hue angle of 272.94º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DABEF1 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218190241-
CMYK0.100.2100.05
HSL272.94º64.56%84.51%-
HSV(B)272.94º21.16%94.51%-
XYZ63.258.0891.1-
YUV204.19148.78137.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.59%
GREEN value IS 190 (74.61% from 255) = 29.28%
BLUE value IS 241 (94.53% from 255) = 37.13%
R=33.59%
G=29.28%
B=37.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181902410.100.2100.05272.9464.5684.51
HexDABEF1A15051114155
Octal332276361122505421101125
Binary110110101011111011110001101010101010110001000110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABEF1; }

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

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

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

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

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

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

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

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