#DABDED

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

Shades of Fog #DABDED

Tints of Fog #DABDED

Color information

#DABDED (or 0xDABDED) is unknown color: approx Fog. HEX triplet: DA, BD and ED. RGB value is (218,189,237). Sum of RGB (Red+Green+Blue) = 218+189+237=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 237 - color contains mainly: blue. Hex color #DABDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDED is #254212. Grayscale: #CACACA. Windows color (decimal): -2441747 or 15580634. OLE color: 15580634.

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

Color convert

RGB218189237-
CMYK0.080.2000.07
HSL276.25º57.14%83.53%-
HSV(B)276.25º20.25%92.94%-
XYZ62.457.4287.91-
YUV203.14147.11138.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.85%
GREEN value IS 189 (74.22% from 255) = 29.35%
BLUE value IS 237 (92.97% from 255) = 36.80%
R=33.85%
G=29.35%
B=36.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181892370.080.2000.07276.2557.1483.53
HexDABDED814071143954
Octal33227535510240742471124
Binary11011010101111011110110110001010001111000101001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDED; }

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

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

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

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

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

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

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

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