#D3C8F6

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

Shades of Fog #D3C8F6

Tints of Fog #D3C8F6

Color information

#D3C8F6 (or 0xD3C8F6) is unknown color: approx Fog. HEX triplet: D3, C8 and F6. RGB value is (211,200,246). Sum of RGB (Red+Green+Blue) = 211+200+246=657 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.12% from 657); Green value is 200 (78.52% from 255 or 30.44% from 657); Blue value is 246 (96.48% from 255 or 37.44% from 657); Max value from RGB is 246 - color contains mainly: blue. Hex color #D3C8F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C8F6 is #2C3709. Grayscale: #D0D0D0. Windows color (decimal): -2897674 or 16173267. OLE color: 16173267.

HSL color Cylindrical-coordinate representation of color #D3C8F6: hue angle of 254.35º degrees, saturation: 0.72, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3C8F6 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB211200246-
CMYK0.140.1900.04
HSL254.35º71.88%87.45%-
HSV(B)254.35º18.7%96.47%-
XYZ64.1561.8195.74-
YUV208.53149.14129.76-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.12%
GREEN value IS 200 (78.52% from 255) = 30.44%
BLUE value IS 246 (96.48% from 255) = 37.44%
R=32.12%
G=30.44%
B=37.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2112002460.140.1900.04254.3571.8887.45
HexD3C8F6E1304fe4857
Octal323310366162304376110127
Binary11010011110010001111011011101001101001111111010010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C8F6; }

 p { color: rgb(211,200,246); }

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

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

 a { background-color: rgb(211,200,246); }

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

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

 span { border-color: rgb(211,200,246); }

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