#DABEEB

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

Shades of Fog #DABEEB

Tints of Fog #DABEEB

Color information

#DABEEB (or 0xDABEEB) is unknown color: approx Fog. HEX triplet: DA, BE and EB. RGB value is (218,190,235). Sum of RGB (Red+Green+Blue) = 218+190+235=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 190 (74.61% from 255 or 29.55% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #DABEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABEEB is #254114. Grayscale: #CBCBCB. Windows color (decimal): -2441493 or 15449818. OLE color: 15449818.

HSL color Cylindrical-coordinate representation of color #DABEEB: hue angle of 277.33º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DABEEB is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218190235-
CMYK0.070.1900.08
HSL277.33º52.94%83.33%-
HSV(B)277.33º19.15%92.16%-
XYZ62.3257.7386.46-
YUV203.5145.78138.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.90%
GREEN value IS 190 (74.61% from 255) = 29.55%
BLUE value IS 235 (92.19% from 255) = 36.55%
R=33.90%
G=29.55%
B=36.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181902350.070.1900.08277.3352.9483.33
HexDABEEB713081153553
Octal33227635372301042565123
Binary11011010101111101110101111110011010001000101011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABEEB; }

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

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

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

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

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

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

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

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