#D3C5DE

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

Shades of Fog #D3C5DE

Tints of Fog #D3C5DE

Color information

#D3C5DE (or 0xD3C5DE) is unknown color: approx Fog. HEX triplet: D3, C5 and DE. RGB value is (211,197,222). Sum of RGB (Red+Green+Blue) = 211+197+222=630 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.49% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 222 - color contains mainly: blue. Hex color #D3C5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C5DE is #2C3A21. Grayscale: #CBCBCB. Windows color (decimal): -2898466 or 14599635. OLE color: 14599635.

HSL color Cylindrical-coordinate representation of color #D3C5DE: hue angle of 273.6º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3C5DE is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB211197222-
CMYK0.050.1100.13
HSL273.6º27.47%82.16%-
HSV(B)273.6º11.26%87.06%-
XYZ60.0259.0677.34-
YUV204.04138.14132.97-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.49%
GREEN value IS 197 (77.34% from 255) = 31.27%
BLUE value IS 222 (87.11% from 255) = 35.24%
R=33.49%
G=31.27%
B=35.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111972220.050.1100.13273.627.4782.16
HexD3C5DE5B0D1121b52
Octal32330533651301542233122
Binary110100111100010111011110101101101101100010010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C5DE; }

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

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

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

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

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

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

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

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