#DABDE8

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

Shades of Fog #DABDE8

Tints of Fog #DABDE8

Color information

#DABDE8 (or 0xDABDE8) is unknown color: approx Fog. HEX triplet: DA, BD and E8. RGB value is (218,189,232). Sum of RGB (Red+Green+Blue) = 218+189+232=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 232 (91.02% from 255 or 36.31% from 639); Max value from RGB is 232 - color contains mainly: blue. Hex color #DABDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDE8 is #254217. Grayscale: #CACACA. Windows color (decimal): -2441752 or 15252954. OLE color: 15252954.

HSL color Cylindrical-coordinate representation of color #DABDE8: hue angle of 280.47º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DABDE8 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB218189232-
CMYK0.060.1900.09
HSL280.47º48.31%82.55%-
HSV(B)280.47º18.53%90.98%-
XYZ61.6857.1384.12-
YUV202.57144.61139-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.12%
GREEN value IS 189 (74.22% from 255) = 29.58%
BLUE value IS 232 (91.02% from 255) = 36.31%
R=34.12%
G=29.58%
B=36.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2181892320.060.1900.09280.4748.3182.55
HexDABDE8613091183053
Octal33227535062301143060123
Binary11011010101111011110100011010011010011000110001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDE8; }

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

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

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

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

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

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

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

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