#D6C0FD

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

Shades of Fog #D6C0FD

Tints of Fog #D6C0FD

Color information

#D6C0FD (or 0xD6C0FD) is unknown color: approx Fog. HEX triplet: D6, C0 and FD. RGB value is (214,192,253). Sum of RGB (Red+Green+Blue) = 214+192+253=659 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.47% from 659); Green value is 192 (75.39% from 255 or 29.14% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6C0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C0FD is #293F02. Grayscale: #CDCDCD. Windows color (decimal): -2703107 or 16629974. OLE color: 16629974.

HSL color Cylindrical-coordinate representation of color #D6C0FD: hue angle of 261.64º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6C0FD is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB214192253-
CMYK0.150.2400.01
HSL261.64º93.85%87.25%-
HSV(B)261.64º24.11%99.22%-
XYZ64.3159.09100.94-
YUV205.53154.79134.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.47%
GREEN value IS 192 (75.39% from 255) = 29.14%
BLUE value IS 253 (99.22% from 255) = 38.39%
R=32.47%
G=29.14%
B=38.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2141922530.150.2400.01261.6493.8587.25
HexD6C0FDF18011065e57
Octal326300375173001406136127
Binary1101011011000000111111011111110000110000011010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C0FD; }

 p { color: rgb(214,192,253); }

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

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

 a { background-color: rgb(214,192,253); }

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

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

 span { border-color: rgb(214,192,253); }

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