#DCD6EB

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

Shades of Fog #DCD6EB

Tints of Fog #DCD6EB

Color information

#DCD6EB (or 0xDCD6EB) is unknown color: approx Fog. HEX triplet: DC, D6 and EB. RGB value is (220,214,235). Sum of RGB (Red+Green+Blue) = 220+214+235=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 214 (83.98% from 255 or 31.99% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 235 - color contains mainly: blue. Hex color #DCD6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD6EB is #232914. Grayscale: #DADADA. Windows color (decimal): -2304277 or 15455964. OLE color: 15455964.

HSL color Cylindrical-coordinate representation of color #DCD6EB: hue angle of 257.14º degrees, saturation: 0.34, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCD6EB is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220214235-
CMYK0.060.0900.08
HSL257.14º34.43%88.04%-
HSV(B)257.14º8.94%92.16%-
XYZ68.5669.3188.36-
YUV218.19137.49129.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.88%
GREEN value IS 214 (83.98% from 255) = 31.99%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=32.88%
G=31.99%
B=35.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202142350.060.0900.08257.1434.4388.04
HexDCD6EB69081012258
Octal33432635361101040142130
Binary1101110011010110111010111101001010001000000011000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD6EB; }

 p { color: rgb(220,214,235); }

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

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

 a { background-color: rgb(220,214,235); }

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

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

 span { border-color: rgb(220,214,235); }

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