#D9C6FF

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

Shades of Fog #D9C6FF

Tints of Fog #D9C6FF

Color information

#D9C6FF (or 0xD9C6FF) is unknown color: approx Fog. HEX triplet: D9, C6 and FF. RGB value is (217,198,255). Sum of RGB (Red+Green+Blue) = 217+198+255=670 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.39% from 670); Green value is 198 (77.73% from 255 or 29.55% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9C6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C6FF is #263900. Grayscale: #D1D1D1. Windows color (decimal): -2504961 or 16762585. OLE color: 16762585.

HSL color Cylindrical-coordinate representation of color #D9C6FF: hue angle of 260º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9C6FF is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB217198255-
CMYK0.150.2200
HSL260º100%88.82%-
HSV(B)260º22.35%100%-
XYZ66.8662.36103.12-
YUV210.18153.29132.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.39%
GREEN value IS 198 (77.73% from 255) = 29.55%
BLUE value IS 255 (100% from 255) = 38.06%
R=32.39%
G=29.55%
B=38.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2171982550.150.220026010088.82
HexD9C6FFF16001046459
Octal331306377172600404144131
Binary1101100111000110111111111111101100010000010011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C6FF; }

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

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

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

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

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

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

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

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