#D6C6FF

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

Shades of Fog #D6C6FF

Tints of Fog #D6C6FF

Color information

#D6C6FF (or 0xD6C6FF) is unknown color: approx Fog. HEX triplet: D6, C6 and FF. RGB value is (214,198,255). Sum of RGB (Red+Green+Blue) = 214+198+255=667 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.08% from 667); Green value is 198 (77.73% from 255 or 29.69% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6C6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C6FF is #293900. Grayscale: #D1D1D1. Windows color (decimal): -2701569 or 16762582. OLE color: 16762582.

HSL color Cylindrical-coordinate representation of color #D6C6FF: hue angle of 256.84º 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 #D6C6FF is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB214198255-
CMYK0.160.2200
HSL256.84º100%88.82%-
HSV(B)256.84º22.35%100%-
XYZ65.9861.9103.08-
YUV209.28153.8131.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.08%
GREEN value IS 198 (77.73% from 255) = 29.69%
BLUE value IS 255 (100% from 255) = 38.23%
R=32.08%
G=29.69%
B=38.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2141982550.160.2200256.8410088.82
HexD6C6FF1016001016459
Octal326306377202600401144131
Binary11010110110001101111111110000101100010000000111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C6FF; }

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

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

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

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

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

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

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

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