#DABBEB

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

Shades of Fog #DABBEB

Tints of Fog #DABBEB

Color information

#DABBEB (or 0xDABBEB) is unknown color: approx Fog. HEX triplet: DA, BB and EB. RGB value is (218,187,235). Sum of RGB (Red+Green+Blue) = 218+187+235=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #DABBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBEB is #254414. Grayscale: #C9C9C9. Windows color (decimal): -2442261 or 15449050. OLE color: 15449050.

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

Color convert

RGB218187235-
CMYK0.070.2000.08
HSL278.75º54.55%82.75%-
HSV(B)278.75º20.43%92.16%-
XYZ61.6856.4486.24-
YUV201.74146.77139.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.06%
GREEN value IS 187 (73.44% from 255) = 29.22%
BLUE value IS 235 (92.19% from 255) = 36.72%
R=34.06%
G=29.22%
B=36.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181872350.070.2000.08278.7554.5582.75
HexDABBEB714081173753
Octal33227335372401042767123
Binary11011010101110111110101111110100010001000101111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBEB; }

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

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

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

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

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

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

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

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