#DABDEA

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

Shades of Fog #DABDEA

Tints of Fog #DABDEA

Color information

#DABDEA (or 0xDABDEA) is unknown color: approx Fog. HEX triplet: DA, BD and EA. RGB value is (218,189,234). Sum of RGB (Red+Green+Blue) = 218+189+234=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #DABDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDEA is #254215. Grayscale: #CACACA. Windows color (decimal): -2441750 or 15384026. OLE color: 15384026.

HSL color Cylindrical-coordinate representation of color #DABDEA: hue angle of 278.67º degrees, saturation: 0.52, 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 #DABDEA is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218189234-
CMYK0.070.1900.08
HSL278.67º51.72%82.94%-
HSV(B)278.67º19.23%91.76%-
XYZ61.9657.2485.62-
YUV202.8145.61138.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.01%
GREEN value IS 189 (74.22% from 255) = 29.49%
BLUE value IS 234 (91.80% from 255) = 36.51%
R=34.01%
G=29.49%
B=36.51%

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
Decimal2181892340.070.1900.08278.6751.7282.94
HexDABDEA713081173453
Octal33227535272301042764123
Binary11011010101111011110101011110011010001000101111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDEA; }

 p { color: rgb(218,189,234); }

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

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

 a { background-color: rgb(218,189,234); }

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

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

 span { border-color: rgb(218,189,234); }

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