#D6C7FE

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

Shades of Fog #D6C7FE

Tints of Fog #D6C7FE

Color information

#D6C7FE (or 0xD6C7FE) is unknown color: approx Fog. HEX triplet: D6, C7 and FE. RGB value is (214,199,254). Sum of RGB (Red+Green+Blue) = 214+199+254=667 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.08% from 667); Green value is 199 (78.12% from 255 or 29.84% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6C7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C7FE is #293801. Grayscale: #D1D1D1. Windows color (decimal): -2701314 or 16697302. OLE color: 16697302.

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

Color convert

RGB214199254-
CMYK0.160.2200.00
HSL256.36º96.49%88.82%-
HSV(B)256.36º21.65%99.61%-
XYZ66.0462.3102.31-
YUV209.75152.97131.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.08%
GREEN value IS 199 (78.12% from 255) = 29.84%
BLUE value IS 254 (99.61% from 255) = 38.08%
R=32.08%
G=29.84%
B=38.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2141992540.160.2200.00256.3696.4988.82
HexD6C7FE1016001006059
Octal326307376202600400140131
Binary11010110110001111111111010000101100010000000011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C7FE; }

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

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

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

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

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

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

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

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