#DACDE5

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

Shades of Fog #DACDE5

Tints of Fog #DACDE5

Color information

#DACDE5 (or 0xDACDE5) is unknown color: approx Fog. HEX triplet: DA, CD and E5. RGB value is (218,205,229). Sum of RGB (Red+Green+Blue) = 218+205+229=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 229 - color contains mainly: blue. Hex color #DACDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDE5 is #25321A. Grayscale: #D3D3D3. Windows color (decimal): -2437659 or 15060442. OLE color: 15060442.

HSL color Cylindrical-coordinate representation of color #DACDE5: hue angle of 272.5º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DACDE5 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218205229-
CMYK0.050.1000.10
HSL272.5º31.58%85.1%-
HSV(B)272.5º10.48%89.8%-
XYZ64.8964.2383.11-
YUV211.62137.81132.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.44%
GREEN value IS 205 (80.47% from 255) = 31.44%
BLUE value IS 229 (89.84% from 255) = 35.12%
R=33.44%
G=31.44%
B=35.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182052290.050.1000.10272.531.5885.1
HexDACDE55A0A1102055
Octal33231534551201242040125
Binary1101101011001101111001011011010010101000100001000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACDE5; }

 p { color: rgb(218,205,229); }

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

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

 a { background-color: rgb(218,205,229); }

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

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

 span { border-color: rgb(218,205,229); }

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