#D3C5DF

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

Shades of Fog #D3C5DF

Tints of Fog #D3C5DF

Color information

#D3C5DF (or 0xD3C5DF) is unknown color: approx Fog. HEX triplet: D3, C5 and DF. RGB value is (211,197,223). Sum of RGB (Red+Green+Blue) = 211+197+223=631 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.44% from 631); Green value is 197 (77.34% from 255 or 31.22% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 223 - color contains mainly: blue. Hex color #D3C5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C5DF is #2C3A20. Grayscale: #CCCCCC. Windows color (decimal): -2898465 or 14665171. OLE color: 14665171.

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

Color convert

RGB211197223-
CMYK0.050.1200.13
HSL272.31º28.89%82.35%-
HSV(B)272.31º11.66%87.45%-
XYZ60.1559.1178.05-
YUV204.15138.64132.89-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.44%
GREEN value IS 197 (77.34% from 255) = 31.22%
BLUE value IS 223 (87.5% from 255) = 35.34%
R=33.44%
G=31.22%
B=35.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111972230.050.1200.13272.3128.8982.35
HexD3C5DF5C0D1101d52
Octal32330533751401542035122
Binary110100111100010111011111101110001101100010000111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C5DF; }

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

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

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

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

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

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

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

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