#DABBE9

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

Shades of Fog #DABBE9

Tints of Fog #DABBE9

Color information

#DABBE9 (or 0xDABBE9) is unknown color: approx Fog. HEX triplet: DA, BB and E9. RGB value is (218,187,233). Sum of RGB (Red+Green+Blue) = 218+187+233=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 233 (91.41% from 255 or 36.52% from 638); Max value from RGB is 233 - color contains mainly: blue. Hex color #DABBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABBE9 is #254416. Grayscale: #C9C9C9. Windows color (decimal): -2442263 or 15317978. OLE color: 15317978.

HSL color Cylindrical-coordinate representation of color #DABBE9: hue angle of 280.43º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DABBE9 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB218187233-
CMYK0.060.2000.09
HSL280.43º51.11%82.35%-
HSV(B)280.43º19.74%91.37%-
XYZ61.3956.3384.73-
YUV201.51145.77139.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.17%
GREEN value IS 187 (73.44% from 255) = 29.31%
BLUE value IS 233 (91.41% from 255) = 36.52%
R=34.17%
G=29.31%
B=36.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2181872330.060.2000.09280.4351.1182.35
HexDABBE9614091183352
Octal33227335162401143063122
Binary11011010101110111110100111010100010011000110001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBE9; }

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

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

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

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

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

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

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

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