#D3C5FA

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

Shades of Fog #D3C5FA

Tints of Fog #D3C5FA

Color information

#D3C5FA (or 0xD3C5FA) is unknown color: approx Fog. HEX triplet: D3, C5 and FA. RGB value is (211,197,250). Sum of RGB (Red+Green+Blue) = 211+197+250=658 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.07% from 658); Green value is 197 (77.34% from 255 or 29.94% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3C5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C5FA is #2C3A05. Grayscale: #CFCFCF. Windows color (decimal): -2898438 or 16434643. OLE color: 16434643.

HSL color Cylindrical-coordinate representation of color #D3C5FA: hue angle of 255.85º 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 #D3C5FA is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB211197250-
CMYK0.160.2100.02
HSL255.85º84.13%87.65%-
HSV(B)255.85º21.2%98.04%-
XYZ64.0960.6898.78-
YUV207.23152.14130.69-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.07%
GREEN value IS 197 (77.34% from 255) = 29.94%
BLUE value IS 250 (98.05% from 255) = 37.99%
R=32.07%
G=29.94%
B=37.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2111972500.160.2100.02255.8584.1387.65
HexD3C5FA1015021005458
Octal323305372202502400124130
Binary110100111100010111111010100001010101010000000010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C5FA; }

 p { color: rgb(211,197,250); }

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

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

 a { background-color: rgb(211,197,250); }

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

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

 span { border-color: rgb(211,197,250); }

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