#D6C7FD

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

Shades of Fog #D6C7FD

Tints of Fog #D6C7FD

Color information

#D6C7FD (or 0xD6C7FD) is unknown color: approx Fog. HEX triplet: D6, C7 and FD. RGB value is (214,199,253). Sum of RGB (Red+Green+Blue) = 214+199+253=666 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.13% from 666); Green value is 199 (78.12% from 255 or 29.88% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6C7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C7FD is #293802. Grayscale: #D1D1D1. Windows color (decimal): -2701315 or 16631766. OLE color: 16631766.

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

Color convert

RGB214199253-
CMYK0.150.2100.01
HSL256.67º93.1%88.63%-
HSV(B)256.67º21.34%99.22%-
XYZ65.8862.23101.47-
YUV209.64152.47131.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.13%
GREEN value IS 199 (78.12% from 255) = 29.88%
BLUE value IS 253 (99.22% from 255) = 37.99%
R=32.13%
G=29.88%
B=37.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2141992530.150.2100.01256.6793.188.63
HexD6C7FDF15011015d59
Octal326307375172501401135131
Binary1101011011000111111111011111101010110000000110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C7FD; }

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

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

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

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

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

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

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

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