#DABEE9

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

Shades of Fog #DABEE9

Tints of Fog #DABEE9

Color information

#DABEE9 (or 0xDABEE9) is unknown color: approx Fog. HEX triplet: DA, BE and E9. RGB value is (218,190,233). Sum of RGB (Red+Green+Blue) = 218+190+233=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 233 (91.41% from 255 or 36.35% from 641); Max value from RGB is 233 - color contains mainly: blue. Hex color #DABEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABEE9 is #254116. Grayscale: #CBCBCB. Windows color (decimal): -2441495 or 15318746. OLE color: 15318746.

HSL color Cylindrical-coordinate representation of color #DABEE9: hue angle of 279.07º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DABEE9 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB218190233-
CMYK0.060.1800.09
HSL279.07º49.43%82.94%-
HSV(B)279.07º18.45%91.37%-
XYZ62.0357.6284.94-
YUV203.27144.78138.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.01%
GREEN value IS 190 (74.61% from 255) = 29.64%
BLUE value IS 233 (91.41% from 255) = 36.35%
R=34.01%
G=29.64%
B=36.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2181902330.060.1800.09279.0749.4382.94
HexDABEE9612091173153
Octal33227635162201142761123
Binary11011010101111101110100111010010010011000101111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABEE9; }

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

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

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

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

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

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

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

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