#D9C6FA

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

Shades of Fog #D9C6FA

Tints of Fog #D9C6FA

Color information

#D9C6FA (or 0xD9C6FA) is unknown color: approx Fog. HEX triplet: D9, C6 and FA. RGB value is (217,198,250). Sum of RGB (Red+Green+Blue) = 217+198+250=665 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.63% from 665); Green value is 198 (77.73% from 255 or 29.77% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9C6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C6FA is #263905. Grayscale: #D1D1D1. Windows color (decimal): -2504966 or 16434905. OLE color: 16434905.

HSL color Cylindrical-coordinate representation of color #D9C6FA: hue angle of 261.92º 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 #D9C6FA is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB217198250-
CMYK0.130.2100.02
HSL261.92º83.87%87.84%-
HSV(B)261.92º20.8%98.04%-
XYZ66.0662.0498.94-
YUV209.61150.79133.27-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.63%
GREEN value IS 198 (77.73% from 255) = 29.77%
BLUE value IS 250 (98.05% from 255) = 37.59%
R=32.63%
G=29.77%
B=37.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171982500.130.2100.02261.9283.8787.84
HexD9C6FAD15021065458
Octal331306372152502406124130
Binary11011001110001101111101011011010101010000011010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C6FA; }

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

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

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

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

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

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

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

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