#DCC6FA

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

Shades of Fog #DCC6FA

Tints of Fog #DCC6FA

Color information

#DCC6FA (or 0xDCC6FA) is unknown color: approx Fog. HEX triplet: DC, C6 and FA. RGB value is (220,198,250). Sum of RGB (Red+Green+Blue) = 220+198+250=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 198 (77.73% from 255 or 29.64% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCC6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC6FA is #233905. Grayscale: #D2D2D2. Windows color (decimal): -2308358 or 16434908. OLE color: 16434908.

HSL color Cylindrical-coordinate representation of color #DCC6FA: hue angle of 265.38º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCC6FA is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220198250-
CMYK0.120.2100.02
HSL265.38º83.87%87.84%-
HSV(B)265.38º20.8%98.04%-
XYZ66.9662.5198.98-
YUV210.51150.29134.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.93%
GREEN value IS 198 (77.73% from 255) = 29.64%
BLUE value IS 250 (98.05% from 255) = 37.43%
R=32.93%
G=29.64%
B=37.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201982500.120.2100.02265.3883.8787.84
HexDCC6FAC15021095458
Octal334306372142502411124130
Binary11011100110001101111101011001010101010000100110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC6FA; }

 p { color: rgb(220,198,250); }

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

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

 a { background-color: rgb(220,198,250); }

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

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

 span { border-color: rgb(220,198,250); }

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