#D3C8EC

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

Shades of Fog #D3C8EC

Tints of Fog #D3C8EC

Color information

#D3C8EC (or 0xD3C8EC) is unknown color: approx Fog. HEX triplet: D3, C8 and EC. RGB value is (211,200,236). Sum of RGB (Red+Green+Blue) = 211+200+236=647 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.61% from 647); Green value is 200 (78.52% from 255 or 30.91% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #D3C8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C8EC is #2C3713. Grayscale: #CFCFCF. Windows color (decimal): -2897684 or 15517907. OLE color: 15517907.

HSL color Cylindrical-coordinate representation of color #D3C8EC: hue angle of 258.33º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3C8EC is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB211200236-
CMYK0.110.1500.07
HSL258.33º48.65%85.49%-
HSV(B)258.33º15.25%92.55%-
XYZ62.6661.2187.87-
YUV207.39144.14130.57-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.61%
GREEN value IS 200 (78.52% from 255) = 30.91%
BLUE value IS 236 (92.58% from 255) = 36.48%
R=32.61%
G=30.91%
B=36.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2112002360.110.1500.07258.3348.6585.49
HexD3C8ECBF071023155
Octal32331035413170740261125
Binary1101001111001000111011001011111101111000000101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C8EC; }

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

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

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

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

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

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

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

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