#D3C6EB

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

Shades of Fog #D3C6EB

Tints of Fog #D3C6EB

Color information

#D3C6EB (or 0xD3C6EB) is unknown color: approx Fog. HEX triplet: D3, C6 and EB. RGB value is (211,198,235). Sum of RGB (Red+Green+Blue) = 211+198+235=644 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.76% from 644); Green value is 198 (77.73% from 255 or 30.75% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3C6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C6EB is #2C3914. Grayscale: #CDCDCD. Windows color (decimal): -2898197 or 15451859. OLE color: 15451859.

HSL color Cylindrical-coordinate representation of color #D3C6EB: hue angle of 261.08º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3C6EB is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB211198235-
CMYK0.100.1600.08
HSL261.08º48.05%84.9%-
HSV(B)261.08º15.74%92.16%-
XYZ62.0560.2486.95-
YUV206.1144.31131.49-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.76%
GREEN value IS 198 (77.73% from 255) = 30.75%
BLUE value IS 235 (92.19% from 255) = 36.49%
R=32.76%
G=30.75%
B=36.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2111982350.100.1600.08261.0848.0584.9
HexD3C6EBA10081053055
Octal323306353122001040560125
Binary110100111100011011101011101010000010001000001011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C6EB; }

 p { color: rgb(211,198,235); }

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

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

 a { background-color: rgb(211,198,235); }

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

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

 span { border-color: rgb(211,198,235); }

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