#D7C6FA

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

Shades of Fog #D7C6FA

Tints of Fog #D7C6FA

Color information

#D7C6FA (or 0xD7C6FA) is unknown color: approx Fog. HEX triplet: D7, C6 and FA. RGB value is (215,198,250). Sum of RGB (Red+Green+Blue) = 215+198+250=663 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.43% from 663); Green value is 198 (77.73% from 255 or 29.86% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #D7C6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7C6FA is #283905. Grayscale: #D0D0D0. Windows color (decimal): -2636038 or 16434903. OLE color: 16434903.

HSL color Cylindrical-coordinate representation of color #D7C6FA: hue angle of 259.62º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7C6FA is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB215198250-
CMYK0.140.2100.02
HSL259.62º83.87%87.84%-
HSV(B)259.62º20.8%98.04%-
XYZ65.4761.7498.91-
YUV209.01151.13132.27-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.43%
GREEN value IS 198 (77.73% from 255) = 29.86%
BLUE value IS 250 (98.05% from 255) = 37.71%
R=32.43%
G=29.86%
B=37.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2151982500.140.2100.02259.6283.8787.84
HexD7C6FAE15021045458
Octal327306372162502404124130
Binary11010111110001101111101011101010101010000010010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C6FA; }

 p { color: rgb(215,198,250); }

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

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

 a { background-color: rgb(215,198,250); }

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

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

 span { border-color: rgb(215,198,250); }

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