#DABEEF

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

Shades of Fog #DABEEF

Tints of Fog #DABEEF

Color information

#DABEEF (or 0xDABEEF) is unknown color: approx Fog. HEX triplet: DA, BE and EF. RGB value is (218,190,239). Sum of RGB (Red+Green+Blue) = 218+190+239=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 190 (74.61% from 255 or 29.37% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #DABEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABEEF is #254110. Grayscale: #CBCBCB. Windows color (decimal): -2441489 or 15711962. OLE color: 15711962.

HSL color Cylindrical-coordinate representation of color #DABEEF: hue angle of 274.29º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DABEEF is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB218190239-
CMYK0.090.2100.06
HSL274.29º60.49%84.12%-
HSV(B)274.29º20.5%93.73%-
XYZ62.9157.9689.53-
YUV203.96147.78138.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.69%
GREEN value IS 190 (74.61% from 255) = 29.37%
BLUE value IS 239 (93.75% from 255) = 36.94%
R=33.69%
G=29.37%
B=36.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2181902390.090.2100.06274.2960.4984.12
HexDABEEF915061123c54
Octal33227635711250642274124
Binary11011010101111101110111110011010101101000100101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABEEF; }

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

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

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

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

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

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

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

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